BUGFIX appending to dict, fixed
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user