diff options
| -rw-r--r-- | bot/cogs/information.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/information.py b/bot/cogs/information.py index 3b8a88309..e1a68ee63 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -147,7 +147,7 @@ class Information(Cog):              user = ctx.author          # Do a role check if this is being executed on someone other than the caller -        if user != ctx.author and not with_role_check(ctx, *constants.MODERATION_ROLES): +        elif user != ctx.author and not with_role_check(ctx, *constants.MODERATION_ROLES):              await ctx.send("You may not use this command on users other than yourself.")              return | 
