Project Reality Server integartion with Discord Bot.
Built with Discord.js try this bot in this server.
npm install
npm install pm2 -g
This code allows you to run your own Discord bot. You need to make your own Discord Application rather than use an existing bot.
Copy .env.examples
to .env
fill out env file according to the desciptions filed inside the file.
pm2 start app.js
For more example visit the [wiki][WIKI]
- 0.0.1
- Work in progress
Naufal Hakim – @manh21_ – [email protected]
Distributed under the Apache-2.0 license. See LICENSE
for more information.
- Fork it (https://github.com/manh21/PRID-Bot/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request