Shotbow / ChatBot

Shotbow Discord Chat Bot
ISC License
4 stars 8 forks source link

Implement Slash Commands #123

Open navarr opened 3 years ago

navarr commented 3 years ago

https://discord.com/developers/docs/interactions/slash-commands

McJeffr commented 3 years ago

Would be a nice feature, though we'll have to wait for discord.js to support slash commands, which can take a while. According to the maintainers of discord.js, this will be added to v13, which we'll have to update to first before we can look at adding slash commands (when it drops). More info on the PR here: https://github.com/discordjs/discord.js/pull/5106