A friendly little bot for a friendly little Discord Server I'm in :)
Here are the steps you should follow to get this up and running with your own bot
- Make sure you've made a Discord application and installed node.js
- Download the latest release, or run
curl -s https://api.github.com/repos/jimpaly/DinoBot/releases/latest \
| grep "\"browser_download_url\":.*zip" \
| cut -d '"' -f 4 \
| wget -qi - -O DinoBot.zip
- Unzip the downloaded file, or run
unzip DinoBot
- Run
npm install
to install the dependencies - Run
npm run init
to change the names of the template files/folders and enter your tags in private.json - Run
npm start
to run the bot
In the future, you can simply update the bot with npm run update
!