minesweeper-bot
minesweeper-bot copied to clipboard
I'm a Discord bot that can generate a random Minesweeper game using spoiler tags, for anyone to play!
No idea why I'm getting this whenver using the minesweeper command. All the perms look correct.
**Description** Bot doesn't respond to any commands **To reproduce:** Steps to reproduce the behavior: 1. Use any bot command **Expected behavior** Bot should respond to commands. **Screenshots** 
Not a single other application has such a command, and I doubt anyone actually runs it.
Discord allows commands to have translations ([docs](https://discord.com/developers/docs/interactions/application-commands#localization)); this bot could make use of that.
Instead of rewriting the entire syntax, the `!help` command should properly show that a command is an alias when it is, like this: * `!ms → !minesweeper`
Bumps [ws](https://github.com/websockets/ws) from 8.3.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...