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