A bot to post github releases of a repo to your discord channel
- Clone the repo
git clone https://github.com/awareness481/release_bot mv .env.sample .envand fill the necessary valuesDISCORD_TOKENis the token you get when creating a bot- Grant "Server members intent" permission
- Grant "Message content intent" permission
GITHUB_TOKENhttps://github.com/settings/tokens No special permissionsCHANNEL_IDID of the channel you want the release messagesREPO_OWNER&REPO_NAMEInhttps://github.com/microsoft/TypeScripttheREPO_OWNERwould bemicrosoftand theREPO_NAMEwould beTypeScript
cargo runfor dev orcargo run --releasefor prod