singulart 956e01b5d5 README, bugfix in apply for opening event handler | před 2 roky | |
---|---|---|
.. | ||
src | před 2 roky | |
.gitignore | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky | |
tsconfig.json | před 2 roky | |
yarn.lock | před 2 roky |
Discord Bot which informs Joystream DAO about the important events related to working groups: new openings, review periods, hires, fires, applications etc. Built in Node.js.
Supports new Working Groups introduced in Giza network.
The main configuration file is src/config.ts
. Here, the mapping between the Working Groups and Discord channels is kept. You may map several Working Groups to a single channnel, or have each Working Group notifications sent to a dedicated channel, depending on your needs. Make sure your bot has appropriate permissions to channels you configured in src/config.ts
.
Build with yarn
Run using TOKEN=<BOT TOKEN> RPC_ENDPOINT=wss://rome-rpc-endpoint.joystream.org:9944 ts-node src/index.ts