Discord Api Status Webhook v1.0

Webhook monitoring discord API status updates
result.png
Join Iynx Development for latest updates. Github Repo: Discord-Api-Status-Discord-Webhook.

Discord API Status Webhook

Introduction
This project uses the discord.js library to create a webhook which can display past and current status-changes of the official Discord API.
The information is taken from discordstatus.com, the official Discord API's status page.

Getting started
Clone this repository by running the following commands:
Code:
git clone https://github.com/Zeroknights16/Discord-Api-Status-Discord-Webhook.git
cd discord-api-status-discord-webhook/

Creating a webhook
1. Navigate to your discord server and choose a channel where you want the updates to be displayed.
2. Go into the channels settings and navigate to the Integrations menu.
3. Click on "Create Webhook", give it a name and save your changes.
4. Copy the Webhook URL into the file.

Configuration
Before you can start using the webhook you have to create a config.json file in the root directory of the project. Now paste your Webhook URL into the config file.
JSON:
{
  "url": "Webhook-Url",
  "ignoreDays": 30,
  "intervalCheckingMinutes": 5
}

Run it!
Now we can start the webhook by typing the following into the terminal:
Code:
npm install
node index.js
EULA: Standard EULA
122 Views
8 Downloads
Dec 31, 2024 Published
Dec 31, 2024 Updated
Not yet rated
132.3 KB File size
Languages
  1. English
Includes DRM
No
Source access
Open source
Type
  1. Utility
  2. Other
Crediting original
https://github.com/Laennart/discord-api-status-webhook
Creator
Recommended for you
Best rated Multi-Purpose Discord Bot with Minecraft integration (220+ features)
5.00 star(s) 52 ratings
320 purchases
Say goodbye to scattered support requests and hello to an organized and efficient solution
5.00 star(s) 45 ratings
724 purchases
Moderation, Music, Tickets, Giveaways, Buttons, Backups, Leveling, Addons System
5.00 star(s) 33 ratings
700 purchases
#1 by features Tickets/Service Team Bot featuring Commissions, Reviews, Invoices, Dashboard & more
5.00 star(s) 43 ratings
602 purchases
Most modular bot of the market - Plugin System - Script Engine - TypeScript
5.00 star(s) 34 ratings
469 purchases
122 Views
8 Downloads
Dec 31, 2024 Published
Dec 31, 2024 Updated
Not yet rated
132.3 KB File size
Languages
  1. English
Includes DRM
No
Source access
Open source
Type
  1. Utility
  2. Other
Crediting original
https://github.com/Laennart/discord-api-status-webhook
Creator
Recommended for you
Best rated Multi-Purpose Discord Bot with Minecraft integration (220+ features)
5.00 star(s) 52 ratings
320 purchases
Say goodbye to scattered support requests and hello to an organized and efficient solution
5.00 star(s) 45 ratings
724 purchases
Moderation, Music, Tickets, Giveaways, Buttons, Backups, Leveling, Addons System
5.00 star(s) 33 ratings
700 purchases
#1 by features Tickets/Service Team Bot featuring Commissions, Reviews, Invoices, Dashboard & more
5.00 star(s) 43 ratings
602 purchases
Most modular bot of the market - Plugin System - Script Engine - TypeScript
5.00 star(s) 34 ratings
469 purchases
Top