An easy to use inclusivity bot for Discord.
Powered by Node.js and Discord.js.
Programmed with TypeScript.
Data stored using MongoDB.
Make an auth.json
file with npm run setup
and put in the following info:
{
"token": "BOT TOKEN HERE",
"prefix": "a character for your default bot prefix (e.g. !, /, ~, etc.)"
}
Run npm install
to install dependencies.
Make sure to compile the TypeScript with
npm run compile
in the root directory after you have the TypeScript compiler globally installed. This will create a build
directory which will contain the compiled TypeScript files. If not, please join the OPSS Discord server at https://bit.ly/join-pluto-support.
To start the bot, simply run npm start
You can start a watched compile session with tsc --resolveJsonModule -w
. This will update the build
directory whenever the main src
directory is modified.
If you have nodemon, you can have your bot automagically restart on file changes with npm run dev
.
Made by Secnyt
Thanks to
xf8b
AG6
MobOmega
Croustys
ben-varner
for the amazing contributions! I couldn't thank you more.