This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
UIRP-5M/resources/[core]/ui_core/config.logs.lua
2025-02-02 10:40:42 +01:00

24 lines
481 B
Lua

Config.DiscordLogs = {
Webhooks = {
default = "",
test = "",
Chat = "",
UserActions = "",
Resources = "",
Paycheck = "",
},
Colors = { -- https://www.spycolor.com/
default = 14423100,
blue = 255,
red = 16711680,
green = 65280,
white = 16777215,
black = 0,
orange = 16744192,
yellow = 16776960,
pink = 16761035,
lightgreen = 65309,
},
}