Added profile commands for the bot

This commit is contained in:
Logan Cusano
2022-03-27 14:43:33 -04:00
parent c1084deadf
commit f94a900c44
3 changed files with 30 additions and 11 deletions

View File

@@ -10,6 +10,8 @@ PDB_ACCEPTABLE_HANDLERS = {'gqrx': {
}}
PDB_KNOWN_BOT_IDS = {756327271597473863: "Greada", 915064996994633729: "Jorn", 943742040255115304: "Brent"}
DEFAULT_NOISEGATE_THRESHOLD = 50
def check_if_config_exists():
if exists('./config.ini'):