From 2598dce7620c6b297767606fbee2b0c2d3d94dcd Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 16 Jun 2020 19:38:11 +0100 Subject: [PATCH] Added co-owner perms to reaction roles --- EnsoBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EnsoBot.py b/EnsoBot.py index 71207f5f..4076ad63 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -109,6 +109,7 @@ async def on_member_join(member): # Allowing @client.command(name="rolemenu") +@commands.has_any_role('Hamothy') async def role_menu(ctx): try: channel = client.get_channel(722347423913213992)