Skip to content

Instantly share code, notes, and snippets.

@mikkipastel
Created April 19, 2022 14:28
Show Gist options
  • Save mikkipastel/f25534ed05891fe6aee20eebc29e9be2 to your computer and use it in GitHub Desktop.
Save mikkipastel/f25534ed05891fe6aee20eebc29e9be2 to your computer and use it in GitHub Desktop.
init discord bot command
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