simple-discord-js-bot
simple-discord-js-bot copied to clipboard
A starter bot and "framework" to build Discord bots from.
I downloaded the code, opened with Visual Studio Code, followed your README, and commands fall flat. The bot has admin permissions in the portal and in the server, yet nothing....
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
`json-schema` needs to be updated to at least `0.4.0`, `request` is currently preventing this.
Create some tests for basic functionality, like dynamically loading commands, catching mentions, etc.
Requires #18
- Load config from environment - Handle missing config values - Refactor to use container instead of frankensteining the client object - Add debug helpers
Required #18 to be done first.
https://discordjs.guide/additional-info/changes-in-v13.html#before-you-start
With V3, we will have access to the latest discordJS version, and thus the latest discord API version which supports `/` slash commands. We need to create a handler setup...