diff options
| author | 2020-03-31 14:52:35 -0400 | |
|---|---|---|
| committer | 2020-03-31 14:52:35 -0400 | |
| commit | bb883f7803aaf71623159432c7b2a6ef5bdb53c5 (patch) | |
| tree | cec932103518103d6202725fdfb96fa6f0a52f25 /bot/cogs/alias.py | |
| parent | (Infraction Edit): Changed already expired and no reason provided sentence. (diff) | |
| parent | Merge pull request #854 from ks129/tags-trashcan-react (diff) | |
Merge branch 'master' into infraction-edit
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/alias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/alias.py b/bot/cogs/alias.py index 9001e18f0..55c7efe65 100644 --- a/bot/cogs/alias.py +++ b/bot/cogs/alias.py @@ -29,7 +29,7 @@ class Alias (Cog): return log.info(f'Did not find command "{cmd_name}" to invoke.') elif not await cmd.can_run(ctx): return log.info( - f'{str(ctx.author)} tried to run the command "{cmd_name}"' + f'{str(ctx.author)} tried to run the command "{cmd_name}" but lacks permission.' ) await ctx.invoke(cmd, *args, **kwargs) |