Skip to content

Commit ed991f7

Browse files
authored
Added a playing status
1 parent 14c031a commit ed991f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot.py

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ def init(cls, token=None):
103103
async def on_connect(self):
104104
print('---------------')
105105
print('Modmail connected!')
106+
game = discord.Game(name='DM to contact mods!')
107+
await self.change_presence(game=game)
106108

107109
@property
108110
def guild_id(self):

0 commit comments

Comments
 (0)