From f81d14b63970019e0742218a4df256b6690da90b Mon Sep 17 00:00:00 2001 From: MiTonder <48181821+MiTonder@users.noreply.github.com> Date: Mon, 20 May 2019 13:30:43 +0200 Subject: [PATCH] Alias command update --- cogs/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utility.py b/cogs/utility.py index 8549984f7f..b2def0fa58 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -816,7 +816,7 @@ async def alias(self, ctx): - `{prefix}alias add alias-name other-command` For example: - - `{prefix}alias add reply r` + - `{prefix}alias add r reply` - Now you can use `{prefix}r` as an replacement for `{prefix}reply`. See also `{prefix}snippets`.