singulart 956e01b5d5 README, bugfix in apply for opening event handler | 2 年之前 | |
---|---|---|
.. | ||
src | 2 年之前 | |
.gitignore | 2 年之前 | |
README.md | 2 年之前 | |
package.json | 2 年之前 | |
tsconfig.json | 2 年之前 | |
yarn.lock | 2 年之前 |
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