From 4b511fcd2f9744c9511fa5399f934dc4b0f96416 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 28 Jul 2020 08:28:30 +0100 Subject: [PATCH] Adding bot permissions to the owo command --- cogs/fun.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/fun.py b/cogs/fun.py index 974737d7..40c84440 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -360,6 +360,7 @@ class Fun(commands.Cog): @command(name="owo", aliases=["Owo", "OwO"]) @cooldown(1, 1, BucketType.user) + @bot_has_permissions(manage_messages=True) async def owo(self, ctx, *, text): """Converts given text to 'OwO' format"""