discord.js/hydrabot
2015-08-20 16:55:43 +01:00
..
.gitignore Added more functionality 2015-08-14 16:02:40 +01:00
authority.js Added more functionality 2015-08-14 16:02:40 +01:00
commands.js Fixed the list... again! 2015-08-20 16:55:43 +01:00
hydrabot.js added debugging 2015-08-18 21:08:04 +01:00
README.md updated RM 2015-08-14 17:44:54 +01:00

hydrabot

Hydrabot is an open-source bot made with the intents of demonstrating the capabilities of discord.js.

Set up

The easiest setup would be to clone the discord.js repo, and then open a terminal/cmd in this directory and run node hydrabot.js.

If you don't want to clone the repo but instead just use this folder, you need to edit hydrabot.js to use require("discord.js") as opposed to require("../"). Cloned directories will always be using the latest discord.js.

Setting up credentials

Create config.json to use your Discord email and password, and then run node hydrabot.js.

What config.json should look like:

{
    "email" : "your email",
    "password" : "your password"
}