summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-12 13:14:37 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-12 13:14:37 +0100
commitdd6f200852a0a8be735b86db61c60ac47000cbdf (patch)
tree3acba02e29d4c5585ff3a6014fd2a7c8b4132866
parent9a5c070123331f338a299cd62b3a375daa402eb5 (diff)
downloaddiscordbot-dd6f200852a0a8be735b86db61c60ac47000cbdf.tar.gz
discordbot-dd6f200852a0a8be735b86db61c60ac47000cbdf.zip
set playing status to vainsocial url
-rw-r--r--main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.py b/main.py
index a9c3f63..e250b4e 100644
--- a/main.py
+++ b/main.py
@@ -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