Skip to content

Commit

Permalink
added support to on ready method
Browse files Browse the repository at this point in the history
  • Loading branch information
Timpe Hoerig authored and Timpe Hoerig committed Jul 10, 2023
1 parent 4d6a5f2 commit 2253177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ async def on_ready(self):
await self.account()
# create #channels message
await self.channels()
# create #support message
await self.support()

async def about(self):
# get about channel
Expand Down

0 comments on commit 2253177

Please sign in to comment.