Discord bot for my server
All commands are prefixed with '!' (Configurable through config.json).
Please keep in mind some (most?) of the commands are rather silly, and are built to suit the 'needs/wants' of one specific discord server.
For a list of planned commands, see issues.
to run with node and npm (dev):
git clone 'repository url'
cd 'repository dir'
npm install
npm start
To run with pm2:
pm2 start --interpreter babel-node index.js --name "Discord Bot" --watch
Pull requests with new commands, or improvements to old commands are welcome.
New issues related to wanted features is also welcome.