Skip to content

A simple script to ping your discord bots and send their statuses to discord webhooks.

Notifications You must be signed in to change notification settings

NIERAII/Bot-Status-To-Discord-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot Status To Discord Webhook

A simple script to ping your bots (or any other service) and send their statuses to webhooks.

Usage

  1. Install node.js
  2. Install dependencies using npm install
  3. Make sure your bot is running a web app that you can ping (e. g. using express. This also works with localhost, however in that case your bot and this script should be running on the same machine)
  4. Modify webhook and bot lists in pingState.js
  5. Run using node . or node pingState.js

About

A simple script to ping your discord bots and send their statuses to discord webhooks.

Topics

Resources

Stars

Watchers

Forks