Created
April 19, 2022 14:28
-
-
Save mikkipastel/f25534ed05891fe6aee20eebc29e9be2 to your computer and use it in GitHub Desktop.
init discord bot command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const commands = [ | |
new SlashCommandBuilder().setName('ping').setDescription('Replies with pong!'), | |
new SlashCommandBuilder().setName('holiday').setDescription('Replies with 10 holiday date!') | |
].map(command => command.toJSON()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment