diff --git a/starboard.py b/starboard.py index 7fd43a0..8d4aaaa 100644 --- a/starboard.py +++ b/starboard.py @@ -60,7 +60,7 @@ class starboard(commands.Cog): await interaction.response.send_message("Done!", ephemeral=True) @starboard.subcommand( - name="Delete", + name="delete", description="Delete a starboard", ) async def createstarboard(self, interaction: nextcord.Interaction, channel: nextcord.abc.GuildChannel):