webhook.lua

A configuration file for the webhooks.

The default webhook.lua

WebhookRental = {

    Colors = {
        ["VehRented"] = 43775,
        ["RentOver"] = 43775,
        ["PlayerLeft"] = 43775,
    },

    VehRented = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",

    RentOver = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",

    PlayerLeft = "https://discord.com/api/webhooks/1378377001152282768/iTfvfhPfO1f1t6-ZQGUEn_JC9bsO7jaDMbveXKBsqVZ9k6Oml2RFvF0Ac2XW1whC7rdl",
}

Last updated

Was this helpful?