async def cocktail(ctx): await ctx.send(random_line('classic-cocktails.txt'))
async def mousa(ctx): await ctx.send(random_line('moose.txt'))
async def pytha(ctx): await ctx.send(random_line('pork.txt'))
async def aicifood(ctx): await ctx.send(random_line('aicifood.txt'))
async def snack(ctx): await ctx.send(random_line('snackList.txt'))
async def food(ctx): await ctx.send(random_line('foodList.txt'))