Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenChen authored Aug 15, 2024
1 parent 98586ee commit d95622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]")
"If you think this is a mistake contact <@159824269411352576> (frozenchen) on discord or send a email to [email protected]")
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.")
Expand Down

0 comments on commit d95622a

Please sign in to comment.