Skip to content

Commit

Permalink
Remove Edit Ad subcommand
Browse files Browse the repository at this point in the history
This is temporary until the subcommand is properly
implemented and working.
  • Loading branch information
MasterJ93 committed Nov 27, 2023
1 parent 0a13c12 commit 5d57a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/billboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def __init__(self, bot, ad_manager: ClanAdManager):
@app_commands.choices(select=[
app_commands.Choice(
name="Create Ad", value="create"),
app_commands.Choice(
name="Edit Ad", value="edit"),
# app_commands.Choice(
# name="Edit Ad", value="edit"),
app_commands.Choice(
name="Delete Ad", value="delete")
])
Expand Down

0 comments on commit 5d57a85

Please sign in to comment.