コード例 #1
0
async def cocktail(ctx):
    await ctx.send(random_line('classic-cocktails.txt'))
コード例 #2
0
async def mousa(ctx):
    await ctx.send(random_line('moose.txt'))
コード例 #3
0
async def pytha(ctx):
    await ctx.send(random_line('pork.txt'))
コード例 #4
0
async def aicifood(ctx):      
    await ctx.send(random_line('aicifood.txt'))
コード例 #5
0
async def snack(ctx):
    await ctx.send(random_line('snackList.txt'))
コード例 #6
0
async def food(ctx):
    await ctx.send(random_line('foodList.txt'))