This commit is contained in:
insert 2024-12-26 14:45:45 -05:00
parent 2f97f433e4
commit bb893c07d5
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -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):