From bb893c07d51eef16ce41dd511b6e6ed93729ac5a Mon Sep 17 00:00:00 2001 From: insert Date: Thu, 26 Dec 2024 14:45:45 -0500 Subject: [PATCH] Update --- starboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):