diff --git a/bot.py b/bot.py index bd69c77..58d304e 100644 --- a/bot.py +++ b/bot.py @@ -17,7 +17,7 @@ class Bot(commands.Bot): commands.Bot.__init__(self, command_prefix=commands.when_mentioned_or(kwargs['command_prefix'])) # Set the initial activity of the bot - self.set_activity(connected=False) + await self.set_activity(connected=False) # Init the core bot variables self.DEVICE_ID = kwargs['Device_ID']