mahjong-discord-bot
mahjong-discord-bot copied to clipboard
Add slash commands
Discord has in plans to disable old type of commands (ex. !help
).
They introduced us the "Slash commands" https://discord.com/blog/slash-commands-are-here
Docs: https://discord.com/developers/docs/interactions/application-commands
Need to add slash commands to prevent future problems
It currently uses both commands. It has both slash commands and text commands
Slash commands work for me at the moment. I think this is closeable.