Update
This commit is contained in:
parent
bb893c07d5
commit
dd9f098e4e
1 changed files with 4 additions and 4 deletions
|
@ -37,15 +37,15 @@ class starboard(commands.Cog):
|
|||
return
|
||||
|
||||
@nextcord.slash_command(
|
||||
name="starboard",
|
||||
name="starboardr",
|
||||
description="For all your starring needs",
|
||||
default_member_permissions=nextcord.Permissions(manage_messages=True),
|
||||
force_global=True,
|
||||
)
|
||||
async def starboard(self, interaction: nextcord.Interaction):
|
||||
async def starboardr(self, interaction: nextcord.Interaction):
|
||||
return
|
||||
|
||||
@starboard.subcommand(
|
||||
@starboardr.subcommand(
|
||||
name="create",
|
||||
description="Create a starboard, escape the emoji",
|
||||
)
|
||||
|
@ -59,7 +59,7 @@ class starboard(commands.Cog):
|
|||
""")
|
||||
await interaction.response.send_message("Done!", ephemeral=True)
|
||||
|
||||
@starboard.subcommand(
|
||||
@starboardr.subcommand(
|
||||
name="delete",
|
||||
description="Delete a starboard",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue