From 76024699626e7645a34df3818af51b081d7a7dbe Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Fri, 31 Dec 2021 02:21:08 -0500 Subject: [PATCH] Update: Working on SDR RX --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']