OwO text sent by the user is deleted

pull/8/head
sgoudham 4 years ago
parent aba109547c
commit 158b27c7dd

@ -363,6 +363,9 @@ class Fun(commands.Cog):
async def owo(self, ctx, *, text): async def owo(self, ctx, *, text):
"""Converts given text to 'OwO' format""" """Converts given text to 'OwO' format"""
# Delete the message sent by the user
await ctx.message.delete()
# Convert to "OwO" text # Convert to "OwO" text
uwu = OwO() uwu = OwO()
owo = uwu.whatsthis(text) owo = uwu.whatsthis(text)

Loading…
Cancel
Save