コード例 #1
0
async def group(ctx, specified_num=2):
    make_team = MakeTeam()
    msg = make_team.make_specified_len(ctx, specified_num)
    await ctx.channel.send(msg)
コード例 #2
0
ファイル: main.py プロジェクト: onimaru-apex/shuffle
async def group(ctx, specified_num=1):
    deleted = await ctx.channel.purge(limit=100)
    make_team = MakeTeam()
    msg = make_team.make_specified_len(ctx, specified_num)
    await ctx.channel.send(msg)