Increase minimum vote

This commit is contained in:
Nexus 2023-03-31 11:56:55 +01:00
parent f2d5a0583c
commit 408ea415f2
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -81,7 +81,7 @@ class Events(commands.Cog):
if member.guild_permissions.manage_messages:
mod_reactions += 1
reactions += 1
if reactions >= 2 or mod_reactions >= 1:
if reactions >= 3 or mod_reactions >= 1:
await message.delete(delay=0.1)
@commands.Cog.listener()