Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

MarkusTheOrt/FIADocsDeno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIA Docs Deno

🐧 Linux 🍎 Mac 🪟 Windows

FIA Docs Deno is a Discord Webhook Bot that posts new Documents from the FIA.

Preview Image

Setup

Inside the folder create a file called config.json with the following contents:

{
    "webhooks": [ "URL_TO_WEBHOOK" ],
}

Additional Settings

  • thumbnail - URL to the image being shown in the Embed
  • interval - Fetch interval in seconds (default to 60)

This bot supports multiple webhooks for multiple servers. You can use the thumbnail url above or use your own for customization.

Alternatively there are compiled binaries available on the releases page.