示例#1
0
 async def nebulang(self, ctx):
     """Nebulang"""
     await ctx.channel.send(escape_mentions(perchance_gen(perchance_neb)))
示例#2
0
 async def drama(self, ctx):
     """Generates CivClassic drama"""
     await ctx.channel.send(
         escape_mentions(perchance_gen(perchance_civ_classic)))
示例#3
0
async def drama(ctx):
    """Generates CivClassic drama"""
    await ctx.channel.send(perchance_gen(perchance_civ_classic))