|
|
|
@ -548,7 +548,10 @@ async def neeble_debug(bot:object) -> str:
|
|
|
|
|
qt_count = count_quotes()
|
|
|
|
|
st_size = len(quote_id_stack)
|
|
|
|
|
ct_authors = str(quote_content.keys())
|
|
|
|
|
return await bot.send(f"```\nqt_count:{qt_count}\nst_size:{st_size}\nst_limit:{stack_limit}\nlst_qt:{last_quote}\nct_authors:{ct_authors}\n```")
|
|
|
|
|
lrqers = last_rq.keys()
|
|
|
|
|
lrqer = last_rqer
|
|
|
|
|
abusers = rq_abusers
|
|
|
|
|
return await bot.send(f"```\nqt_count:{qt_count}\nst_size:{st_size}\nst_limit:{stack_limit}\nlst_qt:{last_quote}\nct_authors:{ct_authors}\nlrqers:{lrqers}\nlrqer:{lrqer}\nabusers:{abusers}\n```")
|
|
|
|
|
|
|
|
|
|
@client.command(aliases=['dr', 'droll'])
|
|
|
|
|
async def dice_roll(bot:object, size:int=6) -> str:
|
|
|
|
|