Merge from master #5

Merged
logan merged 65 commits from master into NoiseGateV2 2022-02-27 21:47:09 -05:00
Showing only changes of commit 6ad489183f - Show all commits

2
bot.py
View File

@@ -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)