FIX lint stuf.

pull/3/head
kevincaires 4 years ago
parent 7a3306ee17
commit d519acd538

@ -51,6 +51,7 @@ async def random_quote(bot: object) -> str:
except Exception as ex:
return await bot.send(ex)
@client.command(aliases=['qstack'])
async def queue_stack(bot: object) -> str:
"""
@ -63,4 +64,3 @@ async def queue_stack(bot: object) -> str:
rmessage = "A list of the 5 latest message IDs follows: " + id_stack
return await bot.send(rmessage)

Loading…
Cancel
Save