No description
Find a file
2022-12-02 20:42:32 +00:00
.github/workflows Add docker deployment config 2022-11-22 22:09:28 +01:00
src Upgrade discord.js to v14 (#73) 2022-12-02 21:37:19 +01:00
.editorconfig Add .editorconfig 2018-12-28 21:47:22 +01:00
.env.example Add docker deployment config 2022-11-22 22:09:28 +01:00
.eslintrc.json Upgrade discord.js to v14 (#73) 2022-12-02 21:37:19 +01:00
.gitignore Add docker deployment config 2022-11-22 22:09:28 +01:00
config-schema.json Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
config.json Add eduportal.koszalin.pl to config 2020-09-15 20:56:43 +02:00
CONTRIBUTING.md Rewrite bot in TypeScript (#45) 2020-04-10 20:38:25 +02:00
docker-compose.yaml Add docker deployment config 2022-11-22 22:09:28 +01:00
Dockerfile Add docker deployment config 2022-11-22 22:09:28 +01:00
LICENSE.md Update date in LICENSE file (#65) 2022-02-25 22:54:44 +01:00
package-lock.json Bump moment from 2.29.1 to 2.29.4 (#69) 2022-12-02 20:42:32 +00:00
package.json Upgrade discord.js to v14 (#73) 2022-12-02 21:37:19 +01: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.