mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[Audio] Disallow all users from modifying Playlist 42069. (#5018)
This commit is contained in:
@@ -322,7 +322,13 @@ class MixinMeta(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def can_manage_playlist(
|
||||
self, scope: str, playlist: "Playlist", ctx: commands.Context, user, guild
|
||||
self,
|
||||
scope: str,
|
||||
playlist: "Playlist",
|
||||
ctx: commands.Context,
|
||||
user,
|
||||
guild,
|
||||
bypass: bool = False,
|
||||
) -> bool:
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user