CHANGE: It's 'quote_id', not 'buote_id'

pull/3/head
Kamal Curi 3 years ago
parent afac028977
commit dbbd894159

@ -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.

Loading…
Cancel
Save