Update: Working on SDR RX
This commit is contained in:
2
bot.py
2
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']
|
||||
|
||||
Reference in New Issue
Block a user