Sen descrición

Owen Diffey dab55a0092 Create README.md %!s(int64=8) %!d(string=hai) anos
config f692b544a8 More customization %!s(int64=8) %!d(string=hai) anos
.gitattributes b28c8470ee :confetti_ball: Added .gitattributes %!s(int64=8) %!d(string=hai) anos
.gitignore 5a62dd6a79 Initial Upload %!s(int64=8) %!d(string=hai) anos
README.md dab55a0092 Create README.md %!s(int64=8) %!d(string=hai) anos
app.js f692b544a8 More customization %!s(int64=8) %!d(string=hai) anos
package.json 5a62dd6a79 Initial Upload %!s(int64=8) %!d(string=hai) anos

README.md

UptimeBot

Uptime Robot Discord bot

Installation

  1. Clone this repository - git clone https://github.com/odiffey/UptimeBot.git
  2. Enter repository directory - cd UptimeBot
  3. Install nodemon - npm install nodemon -g
  4. Copy the config template - cp config/template.json config/default.json
  5. Edit the config/default.json file
    • You can get the token for Discord here
    • You can get the loggingChannel and loggingServer ids by enabling developer mode on Discord and click CopyID on the server and channel you want to use.

Starting the bot

  1. Run nodemon in the repository root