From c54cd8b81b8d86e5fcfee79c5b221aa3f5d7e641 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Sat, 20 Aug 2022 12:47:08 -0300 Subject: [PATCH] CHANGE: It's 'quote count' not 'cuote qount' --- utils/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/commands.py b/utils/commands.py index 506cc25..823d109 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -143,7 +143,7 @@ async def queue_stack(bot: object) -> str: return await bot.send('A list of the 5 latest message IDs follows:'\ f' `{",".join(str(q) for q in quote_id_stack[-5:])}`') -@client.command(aliases=['cq', 'cquotes']) +@client.command(aliases=['qc', 'cquotes']) async def quote_count(bot: object) -> str: """ Outputs a quote count from the database