diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 13:14:37 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 13:14:37 +0100 |
| commit | dd6f200852a0a8be735b86db61c60ac47000cbdf (patch) | |
| tree | 3acba02e29d4c5585ff3a6014fd2a7c8b4132866 | |
| parent | 9a5c070123331f338a299cd62b3a375daa402eb5 (diff) | |
| download | discordbot-dd6f200852a0a8be735b86db61c60ac47000cbdf.tar.gz discordbot-dd6f200852a0a8be735b86db61c60ac47000cbdf.zip | |
set playing status to vainsocial url
| -rw-r--r-- | main.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ async def on_ready(): "client_id=%s&scope=bot)", bot.user.name, bot.user.id) await connect(source_db, dest_db) + await bot.change_presence( + game=discord.Game( + name="alpha.vainsocial.com")) @bot.event |
