From 2253177f531e9bee36224ff7ca0fb25a06ac77bb Mon Sep 17 00:00:00 2001 From: Timpe Hoerig Date: Mon, 10 Jul 2023 14:50:50 +0200 Subject: [PATCH] added support to on ready method --- src/bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bot.py b/src/bot.py index 744f7ea..98dbc63 100644 --- a/src/bot.py +++ b/src/bot.py @@ -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