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 .env
and fill the necessary valuesDISCORD_TOKEN
is the token you get when creating a bot- Grant "Server members intent" permission
- Grant "Message content intent" permission
GITHUB_TOKEN
https://github.com/settings/tokens No special permissionsCHANNEL_ID
ID of the channel you want the release messagesREPO_OWNER
&REPO_NAME
Inhttps://github.com/microsoft/TypeScript
theREPO_OWNER
would bemicrosoft
and theREPO_NAME
would beTypeScript
cargo run
for dev orcargo run --release
for prod