Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Dec 15, 2023
1 parent 2f43d05 commit 8b990f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bot/commands/describe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
})
}
})

0 comments on commit 8b990f1

Please sign in to comment.