The wonderful wanderer, who wills wisdom willingly.
A discord bot that has a few simple commands.
Example page for the speak dictionaries.
If you are on the Nimja Hypnosis Discord server, you only have to start typing: /
and you will see all that is possible.
Feel free to make a copy, etc but please do credit me. Thank you!
I've done my best to describe the instructions here, please contact me if anything is missing.
- Nodejs.
- Setup Discord bot
- OPTIONAL: Web server with PHP/htaccess support - For the example page.
Config should be put in config.json
- An example is included in config.example.json
Most values should be self explenatory.
- Check out repository.
- Run:
npm install .
- To install dependencies. - Run:
cp config.example.json config.json
- Copies example config to config, needs to be edited! - Run:
node wisdom
Each of the bot commands is kept in the related JS file in wisdom/commands/*.js
The speak dictionaries are kept in the related JSON files in wisdom/dicts/*.json
You have to add the commands to the module export for them to be picked up.
To make the commands register on your guild/bot, make sure to run:
node wisdom sync