No description
src | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.travis.yml | ||
config-schema.json | ||
config.json | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
Procfile | ||
README.md | ||
tsconfig.json |
Bot for Wulkanowy on Discord
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.