Fix formatting of debug message in on_message event
This commit is contained in:
parent
cff4366b53
commit
2e6d0d66d1
@ -101,7 +101,7 @@ async def on_message(message):
|
||||
if not ALLOW_DMS and isinstance(message.channel, discord.DMChannel): return
|
||||
|
||||
# --- debugging ---
|
||||
print(f"ℹ️ Message received in channel: {message.channel.id}")
|
||||
print(f"ℹ️ Message received in channel: {message.channel.id}")
|
||||
print(f"📢 Whitelisted channels are: {WHITELIST_CHANNELS}")
|
||||
# -----------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user