Update: Working on SDR RX

This commit is contained in:
Logan Cusano
2021-12-31 02:21:08 -05:00
parent 0a8af22087
commit 7602469962

2
bot.py
View File

@@ -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']