The source code for my Discord™ bot Stuff'n'Things. Mostly an entertainment bot.
Command info moved to GitHub Wiki.
- There is also a
/testcommand that would be located in the dev commands folder is not included as it would contain hardcoded IDs that I do not wish to expose. If you would like the command for yourself, please create one implementing ICommandSlash or delete/comment out thenew test(),line in the Managers class. - The
/rob-fail-chancewas built for the Discord™ bot UnbelievaBoat's rob command. - Database uses MongoDB. An alternate database can be created implementing
DatabaseManager
and changing
the
INSTANCEvariable within the interface.