示例#1
0
async def diceroll(ctx, *, arg=""):
    await ctx.send(roll_dice.roll_dice(arg))
    await botroom_check(ctx.message)
示例#2
0
 async def diceroll(self, ctx, *, arg=""):
     await ctx.send(roll_dice.roll_dice(arg))