- Help Definitions
- Welcome message to new guild member and give them a role
$ yarn install
# You also need to set some vars in .env file, you could also use export
$ echo "DISCORD_TOKEN={YOUR_MAGIC_TOKEN}" > .env
$ echo "DISCORD_CHAN_ID={YOUR_MAGIC_TOKEN}" >> .env #Default post channel id
$ echo "DISCORD_CMD_CHAN_ID={YOUR_MAGIC_TOKEN}" >> .env #Default control channel id
$ yarn build #or run Build Task in VSCode
$ yarn lint
$ yarn start #build automatically before starting