BUGFIX - Working on the startup check
This commit is contained in:
2
bot.py
2
bot.py
@@ -247,7 +247,6 @@ class Bot(commands.Bot):
|
||||
bots_online = []
|
||||
|
||||
def verify_bot_msg(msg):
|
||||
print(f"Response ID: {msg.author.id}")
|
||||
if msg.author.id in BotResources.PDB_KNOWN_BOT_IDS:
|
||||
bots_online.append(msg.author.id)
|
||||
|
||||
@@ -443,4 +442,5 @@ class Bot(commands.Bot):
|
||||
await self.invoke(ctx)
|
||||
return True
|
||||
else:
|
||||
await self.process_commands(message)
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user