This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(() => { | |
const stickersWebhookUrls = ["INSERT WEBHOOK URL HERE"]; | |
const printsWebhookUrls = ["INSERT WEBHOOK URL HERE"]; | |
const screenshotsWebhookUrls = ["INSERT WEBHOOK URL HERE"]; | |
const availableMessageParts = ["type", "fileName", "date", "worldId", "instanceId", "worldName", "playerListNameOnly", "playerListUserIdOnly", "playerList", "DD/MM/YYYY HH:mm:ss"]; | |
// modify the arrays below with values from availableMessageParts to make changes to the message attached to the image | |
const stickersOrder = ["type"]; | |
const printsOrder = ["type"]; |