From eae185a05a059ecaa93df7d6908532d6f94fa808 Mon Sep 17 00:00:00 2001 From: insert Date: Thu, 26 Dec 2024 14:35:32 -0500 Subject: [PATCH] Update --- starboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starboard.py b/starboard.py index 839a414..b60e7c1 100644 --- a/starboard.py +++ b/starboard.py @@ -49,7 +49,7 @@ class starboard(commands.Cog): name="create", description="Create a starboard, escape the emoji", ) - async def createstarboard(self, interaction: nextcord.Interaction, reaction: str, channel: nextcord.channel, minimumneeded: int, selfstar: str = nextcord.SlashOption(choices=["Yes", "No"])): + async def createstarboard(self, interaction: nextcord.Interaction, reaction: str, channel: nextcord.abc.GuildChannel, minimumneeded: int, selfstar: str = nextcord.SlashOption(choices=["Yes", "No"])): selfstar = False if selfstar == "Yes": selfstar = True