Add the initial revision of 'check for other bots'

This commit is contained in:
Logan Cusano
2022-02-18 22:19:36 -05:00
parent 90ad6f89cd
commit 04f3d25fd9
2 changed files with 58 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ import configparser
from os.path import exists
PDB_ACCEPTABLE_HANDLERS = ['gqrx', 'op25']
PDB_KNOWN_BOT_IDS = [756327271597473863, 915064996994633729, 943742040255115304]
def check_if_config_exists():