From 63ca0fec63e30676a25a81fe8c4b709c4db31225 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 27 Mar 2022 15:04:55 -0400 Subject: [PATCH] silly bug --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 9d92e30..012c86e 100644 --- a/bot.py +++ b/bot.py @@ -542,7 +542,7 @@ class Bot(commands.Bot): f"\tMode:\t\t\t\t\t{config[section]['Mode']}\n" \ f"\tFrequency:\t\t\t{config[section]['Frequency']}\n" try: - message_body += f"\tNoisegate Sensitivity:\t{config[section]['Noisegate Sensitivity']}" + message_body += f"\tNoisegate Sensitivity:\t{config[section]['Noisegate_Sensitivity']}" except KeyError: print(f"Config does not contain a 'noisegate sensitivity' value. Please load the profile")