コード例 #1
0
async def diceroll(ctx, *, arg=""):
    await ctx.send(roll_dice.roll_dice(arg))
    await botroom_check(ctx.message)
コード例 #2
0
ファイル: random.py プロジェクト: Misha12/rubbergod
 async def diceroll(self, ctx, *, arg=""):
     await ctx.send(roll_dice.roll_dice(arg))