Discord bot for some fun times
-
npm install
-
add config/auth.json with your discord bot token and wow api key
auth.json example
{
"discordBotToken": "adasdasdasdasdasdasdasdas.sdf.sfsdfsdfsdfsd",
"masheryKey": "ertyuiopådcfvgbhnmfghjmkl",
"warcraftlogsKey": "sdfrrw45rsw3454w35t4sw3w35",
"openweathermapKey": "56767u8r6ftu8r76u75r67yu5u85tr"
}
-
npm run webpack once to generate files then
-
npm run start to start webpack watch and nodemon to auto restart the bot after transpile.