From ad91fa40309264f49fc5b6bbbc7ba3fb04b725f0 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 24 Apr 2018 18:00:25 -0500 Subject: [PATCH] Correct permission required for spotify --- cogs/spotify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/spotify.py b/cogs/spotify.py index 161130f..9095e64 100644 --- a/cogs/spotify.py +++ b/cogs/spotify.py @@ -35,7 +35,7 @@ class Spotify: @commands.group() @commands.guild_only() - @utils.custom_perms(manage_guild=True) + @utils.custom_perms(send_messages=True) @utils.check_restricted() async def spotify(self, ctx, *, query): """Searches Spotify for a song, giving you the link you can use to listen in""" @@ -51,7 +51,7 @@ class Spotify: @spotify.command() @commands.guild_only() - @utils.custom_perms(manage_guild=True) + @utils.custom_perms(send_messages=True) @utils.check_restricted() async def playlist(self, ctx, *, query): # Setup the headers with the token that should be here