/FIADocsDeno

A Discord Webhook that posts new FIA Documents once they arrive.

Primary LanguageTypeScript

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.