aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-12-18 22:16:45 +0100
committerGravatar GitHub <[email protected]>2018-12-18 22:16:45 +0100
commit393455a1407ee822f28b48e56618030dd6274614 (patch)
tree9048d721a2fbfc1328c1ac3d52bb6b80ec663e2c
parentMerge branch 'master' into user_command_improvements (diff)
Update bot/cogs/information.py
Co-Authored-By: heavysaturn <[email protected]>
-rw-r--r--bot/cogs/information.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/information.py b/bot/cogs/information.py
index c3040d8e2..c0401fe19 100644
--- a/bot/cogs/information.py
+++ b/bot/cogs/information.py
@@ -133,7 +133,7 @@ class Information:
# someone other than the caller
if user and user != ctx.author:
if not with_role_check(ctx, *MODERATION_ROLES):
- raise BadArgument("Only mods can do target other users.")
+ raise BadArgument("Only mods can target other users.")
# Non-moderators may only do this in #bot-commands
if not with_role_check(ctx, *MODERATION_ROLES):