this is a discord bot dedicated to showing the status of @theblurry99's blurryCast internet radio station
this bot does not use slash commands because I think they're dumb and they take a lot of time to update and they work in a weird way.
also note: this will not work on windows
git switch release
cp config.json.dist config.json
- adjust
config.json
if needed (you shouldn't really need to do anything) - make a
.env
file to add an environment variable calledTOKEN
which should contain your bot's token npm i
to pull all the dependenciesnpm start
to run the bot once, verify everything works then ^Cnpm run daemon
to run the bot in the background- find a way to periodically run
update.sh
, or just run that yourself to check for updates and update if needed