diff --git a/starboard.py b/starboard.py index f341e5f..839a414 100644 --- a/starboard.py +++ b/starboard.py @@ -40,6 +40,7 @@ class starboard(commands.Cog): name="starboard", description="For all your starring needs", default_member_permissions=nextcord.Permissions(manage_messages=True), + force_global=True, ) async def starboard(self, interaction: nextcord.Interaction): return @@ -47,7 +48,6 @@ class starboard(commands.Cog): @starboard.subcommand( name="create", description="Create a starboard, escape the emoji", - force_global=True, ) async def createstarboard(self, interaction: nextcord.Interaction, reaction: str, channel: nextcord.channel, minimumneeded: int, selfstar: str = nextcord.SlashOption(choices=["Yes", "No"])): selfstar = False