From 40f6a198068d644070a6453c4d36a52825e1ed93 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 30 Jun 2020 04:10:00 +0100 Subject: [PATCH] Making sure that the attack command can only be used by Izzy and I --- cogs/FunCommands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 90b87bff..1c329711 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -18,8 +18,7 @@ class Fun(commands.Cog): # ~attack command for only co-owners only @command(name="attack", aliases=['Attack']) - @is_owner() - @has_any_role("izzy") + @has_any_role(664585078487252993, 715412394968350756) async def attack(self, ctx, target: Member): # Set up array of insults to throw at people