No description
Find a file
2019-05-24 14:51:23 +02:00
commands Round latency (#30) 2019-05-23 21:30:03 +02:00
events Update status working image 2019-05-14 19:17:13 +02:00
utils Update app id 2019-02-25 01:44:26 +01: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 Update greetings channel name 2019-01-12 23:07:31 +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 Update dependencies 2019-05-14 19:20:14 +02:00
package.json Update dependencies 2019-05-14 19:20:14 +02:00
Procfile Update Procfile 2018-12-11 17:15:58 +01:00
README.md Fix time display (#22) 2019-01-18 16:38:44 +01:00

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.