Update
This commit is contained in:
parent
daeee12efe
commit
eae185a05a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class starboard(commands.Cog):
|
||||||
name="create",
|
name="create",
|
||||||
description="Create a starboard, escape the emoji",
|
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
|
selfstar = False
|
||||||
if selfstar == "Yes":
|
if selfstar == "Yes":
|
||||||
selfstar = True
|
selfstar = True
|
||||||
|
|
Loading…
Reference in a new issue