mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Changes the discord bot into a subsystem and adds quite a bit of additional logging (#17996)
* Changes the discord bot into a subsystem and adds quite a bit of additional logging * Removes a forgotten todo * replaces call with RUSTG_CALL (to make it compile) and adds a comment * Re-Add log prefix --------- Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
if(!D)
|
||||
return
|
||||
|
||||
var/static/list/blacklist = list(/datum/configuration)
|
||||
if(blacklist[D.type])
|
||||
var/static/list/blacklist = list(/datum/configuration, /datum/controller/subsystem/discord)
|
||||
if(is_type_in_list(D,blacklist))
|
||||
return
|
||||
|
||||
var/icon/sprite
|
||||
|
||||
Reference in New Issue
Block a user