From dd6f200852a0a8be735b86db61c60ac47000cbdf Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 12 Mar 2017 13:14:37 +0100 Subject: set playing status to vainsocial url --- main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.py') 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 -- cgit v1.3.1