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:
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
Run it!
Now we can start the webhook by typing the following into the terminal:
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