Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 6, 2023
1 parent 8a3fe6c commit 55ba189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/chat_commands.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
var/datum/tgs_chat_embed/structure/embed = new()
embed.title = "Admins"
embed.colour = COLOR_DARK_CYAN
embed.description = tgsadminwho()
embed.description = tgsadminwho() || "No admins online."

var/datum/tgs_message_content/adminwho = new()
adminwho.embed = embed
Expand Down

0 comments on commit 55ba189

Please sign in to comment.