Updating AntiScam because of the changes in the internal discord api.

This commit is contained in:
H3cJP
2022-11-19 20:23:25 +01:00
committed by GitHub
parent 56a4dee7ac
commit dd3d256534
-1
View File
@@ -33,4 +33,3 @@ async def AntiScam(message, bot, whitelist, muted_role, verified_role, logs_chan
await message.author.remove_roles(verified)
channel = bot.get_channel(logs_channel)
await channel.send(f'USUARIO MUTEADO: {message_content}')
await bot.process_commands(message)