mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Sends a discord killphrase after a round has ended (#28546)
* Sends a discord killphrase after a round has ended * Move it to a config
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
/proc/send2admindiscord(var/msg, var/ping = FALSE)
|
||||
send2discord(msg, "adminhelp", ping)
|
||||
|
||||
/proc/send2ickdiscord(var/msg, var/ping = FALSE)
|
||||
send2discord(msg, "ick", ping)
|
||||
|
||||
// Meta argument here is the MoMMI meta argument to send to the gamenudge route.
|
||||
// AKA the MoMMI config file chooses where to send it based on this key.
|
||||
/proc/send2discord(var/msg, var/meta, var/ping = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user