diff options
| author | 2018-12-18 22:16:45 +0100 | |
|---|---|---|
| committer | 2018-12-18 22:16:45 +0100 | |
| commit | 393455a1407ee822f28b48e56618030dd6274614 (patch) | |
| tree | 9048d721a2fbfc1328c1ac3d52bb6b80ec663e2c | |
| parent | Merge branch 'master' into user_command_improvements (diff) | |
Update bot/cogs/information.py
Co-Authored-By: heavysaturn <[email protected]>
| -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): |