As always documentating sucks so this will be pretty basic. We're available on the Discord for more info.
I assume you're familiar with the main project setup.
npm install
npm start
- notice it complain about token
- Do this: https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token (name it something like "WoWAnalyzer DEV")
- Copy .env.example into file named .env and add your Discord application token & run
sudo yarn start
. Alternatively, re-run withDISCORD_TOKEN=YoURAmaZINgLyLong-ToKEN npm start
(linux),set DISCORD_TOKEN=YoURAmaZINgLyLong-ToKEN&& npm start
(cmd), or$env:DISCORD_TOKEN="YoURAmaZINgLyLong-ToKEN"; npm start
(Powershell)