silly bug
This commit is contained in:
2
bot.py
2
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user