diff --git a/bot.py b/bot.py index 61b81d4..57903f2 100644 --- a/bot.py +++ b/bot.py @@ -125,7 +125,7 @@ class Bot(commands.Bot): print("Disconnecting") # Disconnect the client from the voice channel #await ctx.voice_client.disconnect() - self.voice_connection.disconnect() + await self.voice_connection.disconnect() print("Changing presence") # Change the presence to away and '@ me' await self.set_activity(False)