Logs
Logs config
SV_CONFIG.Logs = {
enabled = true,
webhook = '',
actions = {
alert = 'The user sent the following alert: **__%s__**',
unit_changed = 'The user changed their unit to **__%s__**',
unit_user_changed = 'The user changed the unit of id **__%s__** to **__%s__**',
subscribe_alert = 'The user subscribed to the following alert: **__%s__**',
unsubscribe_alert = 'The user unsubscribed from the following alert: **__%s__**',
add_paint = 'The user added a paint',
remove_paint = 'The user removed a paint',
}
}Last updated