mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user