Update
This commit is contained in:
parent
2f97f433e4
commit
bb893c07d5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class starboard(commands.Cog):
|
||||||
await interaction.response.send_message("Done!", ephemeral=True)
|
await interaction.response.send_message("Done!", ephemeral=True)
|
||||||
|
|
||||||
@starboard.subcommand(
|
@starboard.subcommand(
|
||||||
name="Delete",
|
name="delete",
|
||||||
description="Delete a starboard",
|
description="Delete a starboard",
|
||||||
)
|
)
|
||||||
async def createstarboard(self, interaction: nextcord.Interaction, channel: nextcord.abc.GuildChannel):
|
async def createstarboard(self, interaction: nextcord.Interaction, channel: nextcord.abc.GuildChannel):
|
||||||
|
|
Loading…
Reference in a new issue