Add a playing game msg to cleanup bot script

This commit is contained in:
Jeremy Zhang 2018-06-25 06:41:26 +00:00
parent 71eb141093
commit abf34dd438

View File

@ -61,6 +61,9 @@ class Titan(discord.AutoShardedClient):
print(self.user.id)
print('------')
game = discord.Game(name="Titan is currently down for database maintenances. Bookmark https://TitanEmbeds.com/ for later access to our services!")
await self.change_presence(status=discord.Status.do_not_disturb, activity=game)
try:
await self.database.connect(config["database-uri"])
except Exception: