From dbbd89415930ee5800113a278559aa58aa83478d Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Thu, 18 Aug 2022 12:52:19 -0300 Subject: [PATCH] CHANGE: It's 'quote_id', not 'buote_id' --- utils/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/commands.py b/utils/commands.py index 0283398..107fbdf 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -67,7 +67,7 @@ async def random_quote(bot: object) -> str: return await bot.send(ex) -@client.command(aliases=['bid']) +@client.command(aliases=['qid']) async def by_id(bot, _id: int=None) -> str: """ Get quote by ID.