File | Date | Author | Commit |
---|---|---|---|
cmds | 2018-04-24 |
![]() |
[da1d24] Simplified RateWaifu command for #16 |
data | 2018-04-24 |
![]() |
[da1d24] Simplified RateWaifu command for #16 |
util | 2018-04-25 |
![]() |
[8b8cd1] Updated README.md |
.gitignore | 2018-02-21 |
![]() |
[2bfc37] Updated gay aliases and .gitignore |
.travis.yml | 2018-04-25 |
![]() |
[e2eccc] Updated .travis.yml |
LICENSE | 2018-01-17 |
![]() |
[c35588] Added README and LICENSE |
README.md | 2018-04-25 |
![]() |
[ea8787] Update README.md |
Tron.js | 2018-04-24 |
![]() |
[0fea56] Added pm2 config file |
package-lock.json | 2018-04-09 |
![]() |
[bf3b2d] Added Raven crash logging |
package.json | 2018-04-24 |
![]() |
[0fea56] Added pm2 config file |
pm2.config.js | 2018-04-24 |
![]() |
[0fea56] Added pm2 config file |
Tron is a bot that is primarily used with Discord. It has a number of commands that make chatting a
bit more enjoyable. Such as +hug
, +kiss
, +kick
, +lick
, and much more that are listed in
the help command.
Tron is built using the Discord.js Commando library which greatly improves upon the previously
used Eris library. Mostly because it comes with a lot of built in tools to help make Tron more
versatile, whereas Eris is lightweight and requires you to expand on it.
While Tron is mostly developed without other people installing it in mind, you shouldn't have too
much trouble running your own instance if your heart desires. There are a few things to consider
before cloning the repo, running npm i -y; npm start
, and hoping for the best:
You can refer to the sample config.json for further help.
If on Windows, refer to this guide available on the node-canvas repo, before installing all of the dependencies.
After completing the above, attempt to run npm i
and if it installs everything successfully, try npm start
, which will run Tron in the development/beta environment.
npm run start-prod
.