Making sure that the attack command can only be used by Izzy and I

pull/2/head
sgoudham 4 years ago
parent dcb00f8b5c
commit 40f6a19806

@ -18,8 +18,7 @@ class Fun(commands.Cog):
# ~attack command for only co-owners only # ~attack command for only co-owners only
@command(name="attack", aliases=['Attack']) @command(name="attack", aliases=['Attack'])
@is_owner() @has_any_role(664585078487252993, 715412394968350756)
@has_any_role("izzy")
async def attack(self, ctx, target: Member): async def attack(self, ctx, target: Member):
# Set up array of insults to throw at people # Set up array of insults to throw at people

Loading…
Cancel
Save