This is a basic Node.js bot for Discord that is powered by discord.js
Once you have Node.js installed (version 6.0.0+), you want to go ahead and configure your settings for the bot. To do this, copy config-example.js
-> config.js
. Then, go ahead and enter the various configuration options you'd like to use.
After editing config.js
, you want to install the required dependencies. You can do this by running npm install
.
When your dependencies are done installing, you can finally start the bot using node bot.js
Congradulations, you have setup the bot!
Feel free to submit any pull requests with any optimizations or additions you see fit.
Discord-Bot is distributed under the terms of the MIT License.
A lot of the ideas and whatnot from this actually stem from Pokemon-Showdown.
- panpawn (Owner, Development)