diff --git a/src/deploy-commands.ts b/src/deploy-commands.ts index d1313e4..56dddb5 100644 --- a/src/deploy-commands.ts +++ b/src/deploy-commands.ts @@ -8,7 +8,6 @@ import { join as path } from "path"; const env = parseenv(rfs(path(__dirname, "..", ".env"))); const commands = [ - new SlashCommandBuilder().setName("ping").setDescription("Replies with pong!"), new SlashCommandBuilder().setName("iskirilive").setDescription("Tells you if kiri is live!") ].map(command => command.toJSON());