Skip to content

Commit

Permalink
Added a playing status
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r authored Oct 8, 2017
1 parent 14c031a commit ed991f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def init(cls, token=None):
async def on_connect(self):
print('---------------')
print('Modmail connected!')
game = discord.Game(name='DM to contact mods!')
await self.change_presence(game=game)

@property
def guild_id(self):
Expand Down

0 comments on commit ed991f7

Please sign in to comment.