I forgot to specify what fuck you was

This commit is contained in:
Nexus 2023-05-18 09:30:55 +01:00
parent b56b3fcd0c
commit 59fe0bff08
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -434,7 +434,7 @@ class Events(commands.Cog):
"delete_after": None
},
r"fuck you(\W)*": {
"content": send_fuck_you,
"func": send_fuck_you,
"meta": {
"check": lambda: message.content.startswith(self.bot.user.mention)
}