Adding bot permissions to the owo command

pull/8/head
sgoudham 4 years ago
parent c87d9b719a
commit 4b511fcd2f

@ -360,6 +360,7 @@ class Fun(commands.Cog):
@command(name="owo", aliases=["Owo", "OwO"]) @command(name="owo", aliases=["Owo", "OwO"])
@cooldown(1, 1, BucketType.user) @cooldown(1, 1, BucketType.user)
@bot_has_permissions(manage_messages=True)
async def owo(self, ctx, *, text): async def owo(self, ctx, *, text):
"""Converts given text to 'OwO' format""" """Converts given text to 'OwO' format"""

Loading…
Cancel
Save