async def owo(self, ctx): await ctx.send(text_to_owo(ctx.message.content))
async def owo(self, ctx, *, statement): await ctx.send(text_to_owo(statement))