Exemple #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)
Exemple #2
0
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)