Exemplo n.º 1
0
async def diceroll(ctx, *, arg=""):
    await ctx.send(roll_dice.roll_dice(arg))
    await botroom_check(ctx.message)
Exemplo n.º 2
0
 async def diceroll(self, ctx, *, arg=""):
     await ctx.send(roll_dice.roll_dice(arg))