From d95622ae50531cb60d5b0698a08c664915ed13c8 Mon Sep 17 00:00:00 2001 From: FrozenChen Date: Thu, 15 Aug 2024 06:28:30 -0300 Subject: [PATCH] Update events.py --- cogs/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/events.py b/cogs/events.py index 9fca4d2d..0db5ede2 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -249,7 +249,7 @@ async def scan_message(self, message: discord.Message, is_edit=False): if len(self.userbot_yeeter[message.author.id]) == 2: if isinstance(message.author, discord.Member): msg = ("You have been banned from Nintendo Homebrew for linking scamming sites in multiple channels. " - "If you think this is a mistake contact ❅FrozenFire❆#0700 on discord or send a email to staff@nintendohomebrew.com") + "If you think this is a mistake contact <@159824269411352576> (frozenchen) on discord or send a email to staff@nintendohomebrew.com") await send_dm_message(message.author, msg) self.bot.actions.append(f'wk:{message.author.id}') await message.author.kick(reason="Linking scamming links in multiple channels.")