This discord bot is built in NodeJS with help of Dependency injections(InversifyJS) for purpose of learning myself and teaching others. Bot has 2 commands: !who and !roll which do self exaplanatory actions, !who commands makes bot do an introduction and !roll makes bot roll one random number between 1 and 100.
Node
Discord account
To run the project, you will need Discord account and this bot needs to be added to your server. Also, you need token which you can also get from Discord Developer Console.
- Install all dependencies
npm install
- Add environment variables
- Run the project
npm run start
If you have any issues, please do contact me or open an issue on github.
me, Damir Ljubičić ([email protected])
- 0.1
- Initial Release