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.