New logging system #10

Merged
logan merged 36 commits from V3_Better_Logging into master 2022-04-01 00:02:09 -04:00
Showing only changes of commit d650ae4350 - Show all commits

1
bot.py
View File

@@ -172,6 +172,7 @@ class Bot(commands.Bot):
await ctx.send(f"Ok {str(member).capitalize()}, I'm changing the threshold from "
f"{self.streamHandler.THRESHOLD} to {_threshold}")
self.streamHandler.THRESHOLD = _threshold
self.noisegate_sensitivity = _threshold
if self.sdr_started:
await self.set_activity()