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 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): |