<?php
/*
* Discord configuration.
*/
// Discord webhook URL.
$discord_webhook_url = '';
// Customize the color of the left side of the embed with a hexidecimal color code.
$discord_embed_color = '#ee3940';
// Define the URL for the embed's thumbnail.
$discord_embed_thumbnail_url = '';
// Define an icon URL and text for the embed's footer.
$discord_embed_footer_icon_url = $discord_embed_thumbnail_url;
$discord_embed_footer_text = '';
// Optionally include the post's timestamp in the embed's footer.
This file has been truncated. show original