Configuration Controller (#7857)

This commit is contained in:
Selis
2024-04-05 07:44:20 +02:00
committed by GitHub
parent c542e3bac0
commit e1a987c25c
235 changed files with 3294 additions and 989 deletions

View File

@@ -27,7 +27,7 @@
if(!length(message))
return FALSE
if(config.disable_webhook_embeds)
if(CONFIG_GET(flag/disable_webhook_embeds)) // CHOMPEdit
var/list/embed_content
for(var/list/embed in message["embeds"])
if(embed["title"])