Bot Changes
- Never used new radio config function when loading config
This commit is contained in:
Logan Cusano
2022-04-09 02:25:46 -04:00
parent dbbd5b6fe3
commit 458ab5be95

2
bot.py
View File

@@ -543,6 +543,8 @@ class Bot(commands.Bot):
f"{BotResources.DEFAULT_NOISEGATE_THRESHOLD}")
self.noisegate_sensitivity = BotResources.DEFAULT_NOISEGATE_THRESHOLD
await self.save_radio_config(self.profile_name)
await self.use_current_radio_config()
return True
else:
return False