From e32c398290bdd08acffb372c928ce1e8d298ac4f Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 24 Apr 2018 18:16:24 -0500 Subject: [PATCH] Don't call parent command --- cogs/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/spotify.py b/cogs/spotify.py index 34f4f7d..f5948ec 100644 --- a/cogs/spotify.py +++ b/cogs/spotify.py @@ -33,7 +33,7 @@ class Spotify: await asyncio.wait(data.get("expires_in")) - @commands.group() + @commands.group(invoke_without_command=True) @commands.guild_only() @utils.custom_perms(send_messages=True) @utils.check_restricted()