No description
Find a file
2019-10-27 11:57:44 +01:00
commands Change last dev build from master to develop branch 2019-05-29 18:40:52 +02:00
events Add GitHub issue info (#38) 2019-09-17 11:52:42 +02:00
utils Add GitHub issue info (#38) 2019-09-17 11:52:42 +02:00
.editorconfig Add .editorconfig 2018-12-28 21:47:22 +01:00
.eslintrc.json Merge branch 'master' into code-style-settings 2018-12-28 22:57:06 +01:00
.gitignore Lovely \n 2018-12-28 21:33:09 +01:00
.travis.yml Allow builds on other branches 2019-05-24 14:51:23 +02:00
bot.js Change DiscordToken to DISCORD_TOKEN 2019-01-01 20:32:12 +01:00
config.json Add edu.lublin.eu role 2019-10-27 11:57:44 +01:00
CONTRIBUTING.md Fix time display (#22) 2019-01-18 16:38:44 +01:00
LICENSE.md Add final newline in LICENSE.md 2018-12-29 10:58:24 +01:00
package-lock.json Add GitHub issue info (#38) 2019-09-17 11:52:42 +02:00
package.json Add GitHub issue info (#38) 2019-09-17 11:52:42 +02:00
Procfile Update Procfile 2018-12-11 17:15:58 +01:00
README.md Add Greenkeeper badge 🌴 (#31) 2019-05-24 14:57:19 +02:00

Bot for Wulkanowy on Discord

Greenkeeper badge

The official repository for the bot on the Wulkanowy Discord server.

Contributing

Full guidelines are in the CONTRIBUTING file.

Setup and running locally

Install dependencies

$ npm install

Run lint

$ npm run lint

Run bot Requires DISCORD_TOKEN environmental variable

$ npm run start

DISCORD_TOKEN is an environmental variable that specifies Discord Bot Token. It needs to be specified for the bot to work. For testing please use your own bot token.