Skip to content

A friendly little bot for a friendly little Discord Server I'm in

License

Notifications You must be signed in to change notification settings

jimpaly/DinoBot

Repository files navigation

DinoBot

DINO RAWR!

A friendly little bot for a friendly little Discord Server I'm in :)


Running on your own bot

Here are the steps you should follow to get this up and running with your own bot

  1. Make sure you've made a Discord application and installed node.js
  2. 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
  1. Unzip the downloaded file, or run unzip DinoBot
  2. Run npm install to install the dependencies
  3. Run npm run init to change the names of the template files/folders and enter your tags in private.json
  4. Run npm start to run the bot

In the future, you can simply update the bot with npm run update!

About

A friendly little bot for a friendly little Discord Server I'm in

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published