From 5d57a85559228029d8822211d3e1258f4496ffd0 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Mon, 27 Nov 2023 01:31:24 -0500 Subject: [PATCH] Remove Edit Ad subcommand This is temporary until the subcommand is properly implemented and working. --- cogs/billboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/billboard.py b/cogs/billboard.py index 7751a29..1222fcd 100644 --- a/cogs/billboard.py +++ b/cogs/billboard.py @@ -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") ])