Exemple #1
0
 async def owo(self, ctx):
     await ctx.send(text_to_owo(ctx.message.content))
Exemple #2
0
 async def owo(self, ctx, *, statement):
     await ctx.send(text_to_owo(statement))