From 8b990f1ec1b59fefd0269a4396507b5dd284769b Mon Sep 17 00:00:00 2001 From: MrlolDev Date: Fri, 15 Dec 2023 22:37:29 +0100 Subject: [PATCH] fix --- src/bot/commands/describe.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bot/commands/describe.ts b/src/bot/commands/describe.ts index 49c2995..6691952 100644 --- a/src/bot/commands/describe.ts +++ b/src/bot/commands/describe.ts @@ -28,5 +28,8 @@ export default createCommand({ subscription: 1 * 60 * 1000, }, interaction: async ({ interaction, options, env, premium }) => { + await interaction.edit({ + content: "This command is currently disabled." + }) } }) \ No newline at end of file