Files
esx_core/[esx]/es_extended/config.logs.lua
T
Mycroft bf76cd9729 feat(es_extended): Discord Logs
adds:
- ` ESX.DiscordLog`
- `ESX.DiscordLogFields`
2022-09-21 18:26:31 +01:00

23 lines
455 B
Lua

Config.DiscordLogs = {
Webhooks = {
default = '',
test = '',
Chat = '',
UserActions = '',
Resources = ''
},
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
}
}