Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
cmd(reg): Don't register non-existing ping command
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriDevs authored Mar 16, 2022
1 parent f8ddd80 commit b0911f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deploy-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit b0911f9

Please sign in to comment.