On retire le salon tutorat des "di"

This commit is contained in:
Marsisus 2024-12-06 12:29:26 +01:00 committed by GitHub
parent 484146e4cb
commit fbb1bcbce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ async def on_message(message):
await message.author.edit(nick=f"{message.content[6:]}")
for i in range(len(message.content.split())):
if message.channel.id == 1292943453423931493:
if message.channel.id == 1292943453423931493 or message.channel.id == 1304556681774239784:
return
if message.content.lower().split()[i] in exclusions:
continue