Euophrys / mahjong-discord-bot

A Discord bot with Mahjong-related functionality.
GNU General Public License v3.0
23 stars 19 forks source link

Add slash commands #48

Open mlunax opened 2 years ago

mlunax commented 2 years ago

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

Euophrys commented 2 years ago

It currently uses both commands. It has both slash commands and text commands

phoe commented 2 years ago

Slash commands work for me at the moment. I think this is closeable.