1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Corrected a ctrl+f incorrect change

This commit is contained in:
phxntxm 2017-03-08 00:23:16 -06:00
parent bb08575b98
commit 1e2f44d494

View file

@ -238,7 +238,7 @@ class Mod:
# Loop through and check if there is a check called is_owner
# If we loop through and don't find one, this means that the only other choice is to be
# Able to manage the server (for the utils on perm commands)
for func in cmd.utils:
for func in cmd.checks:
if "is_owner" in func.__qualname__:
await ctx.send("You need to own the bot to run this command")
return