mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
dd
This commit is contained in:
parent
cb959b310c
commit
72113a795f
1 changed files with 4 additions and 0 deletions
|
|
@ -178,3 +178,7 @@ async def memify(client, message):
|
||||||
async def dice(c, m, strings):
|
async def dice(c, m, strings):
|
||||||
dices = await c.send_dice(m.chat.id, reply_to_message_id=m.id)
|
dices = await c.send_dice(m.chat.id, reply_to_message_id=m.id)
|
||||||
await dices.reply_msg(strings("result").format(number=dices.dice.value), quote=True)
|
await dices.reply_msg(strings("result").format(number=dices.dice.value), quote=True)
|
||||||
|
|
||||||
|
@app.command("cekdulu")
|
||||||
|
async def tesdulu(c, m):
|
||||||
|
await m.reply("DONne")
|
||||||
Loading…
Reference in a new issue