From 3bd77dea32a777c8add3adcbb5630823567d1e92 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 14 Jan 2018 01:29:06 -0500 Subject: [PATCH] Fix mistaken group command decorator --- src/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 2be7247..42009b9 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -1195,7 +1195,7 @@ class MsG: n += 1 # Searches for and returns images from e621.net given tags when not blacklisted - @cmds.group(aliases=['e6', '6'], brief='e621 | NSFW', description='e621 | NSFW\nTag-based search for e621.net\n\nYou can only search 5 tags and 6 images at once for now.\ne6 [tags...] ([# of images])') + @cmds.command(aliases=['e6', '6'], brief='e621 | NSFW', description='e621 | NSFW\nTag-based search for e621.net\n\nYou can only search 5 tags and 6 images at once for now.\ne6 [tags...] ([# of images])') @checks.is_nsfw() async def e621(self, ctx, *args): try: