Không có mô tả

Owen Diffey 223b335a49 Create LICENSE 8 năm trước cách đây
config 0697c04173 Ability to change images 8 năm trước cách đây
.gitattributes b28c8470ee :confetti_ball: Added .gitattributes 8 năm trước cách đây
.gitignore 5a62dd6a79 Initial Upload 8 năm trước cách đây
LICENSE 223b335a49 Create LICENSE 8 năm trước cách đây
README.md dab55a0092 Create README.md 8 năm trước cách đây
app.js 0697c04173 Ability to change images 8 năm trước cách đây
package.json 3fd0b234d1 Remove http dep 8 năm trước cách đây

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