No description
Find a file
2020-07-19 00:01:58 +02:00
src Fix lint errors 2020-07-19 00:01:58 +02:00
.editorconfig Add .editorconfig 2018-12-28 21:47:22 +01:00
.eslintrc.json Fix lint errors 2020-07-19 00:01:58 +02:00
.gitignore Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
.travis.yml Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
config-schema.json Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
config.json Sort roles alphabetically 2019-10-27 11:58:57 +01:00
CONTRIBUTING.md Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
LICENSE.md Add final newline in LICENSE.md 2018-12-29 10:58:24 +01:00
package-lock.json Migrate from Request to Got (#50) 2020-07-18 23:36:38 +02:00
package.json Migrate from Request to Got (#50) 2020-07-18 23:36:38 +02:00
Procfile Update Procfile 2020-04-06 14:30:57 +02:00
README.md Add Greenkeeper badge 🌴 (#31) 2019-05-24 14:57:19 +02:00
tsconfig.json Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +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.