Putting it into one listener

pull/8/head
sgoudham 4 years ago
parent 007aa90f77
commit ef945439ed

@ -310,10 +310,6 @@ class Enso(commands.Cog):
# Delete the message
await message.delete()
@commands.Cog.listener()
async def on_raw_reaction_add(self, payload):
"""Verification listener for Ensō"""
# Allowing people to get ping-able self roles
@command(name="verification", hidden=True)
@is_owner()

Loading…
Cancel
Save