webhooks.lua
Config_SV = {}
Config_SV.Webhook = {
Link = "https://discord.com/api/webhooks/", -- Your webhook link
serverName = "6-services",
serverLogo = "https://message.style/cdn/images/c884d8c6c55bf7118ba4380ed450c5eb0729995c8d5cec16539068244c624853.png",
Colors = {
blue = 255,
red = 16711680,
green = 65280,
white = 16777215,
black = 0,
orange = 16744192,
yellow = 16776960,
pink = 16761035,
lightgreen = 65309
}
}
Last updated