send !d bump
to a Discord channel every 2 hours.
git clone https://github.com/c8hunderscore/bump # git must be installed https://git-scm.com/downloads
cd bump
cargo run # rust must be installed https://www.rust-lang.org/tools/install
Linux:
export DISCORD_TOKEN="your token here"
(if you want this to be set persistently, rather than manually, add it to ~/.bashrc
)
Windows:
setx DISCORD_TOKEN "your token here"