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 15a592ad35 - Show all commits

2
bot.py
View File

@@ -318,7 +318,7 @@ class Bot(commands.Bot):
# Set the activity of the bot
async def set_activity(self, connected=True):
if connected:
if self.Handler == ['gqrx', 'op25']:
if self.Handler in ['gqrx', 'op25']:
if self.profile_name is None:
await self.change_presence(activity=discord.Activity(type=discord.ActivityType.listening,
name=f"{self.freq[:-1]}"