BUGFIX appending to dict, fixed

This commit is contained in:
Logan Cusano
2022-02-27 16:30:38 -05:00
parent 62968654d2
commit a5f0a4b193

View File

@@ -44,9 +44,7 @@ class LinkCop(commands.Cog):
# Bring in the known bot IDs from PDB bots
self.whitelisted_ID = PDB_KNOWN_BOT_IDS
self.whitelisted_ID.append([
235148962103951360 # Carl Bot
])
self.whitelisted_ID['Carl Bot'] = 235148962103951360
self.add_events()