You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can we get something that'll post a divider in postround whenever a round ends?
maybe just an empty codeblock as a visual divider w/ a Round 1337:
or something along those lines
The server currently sends a message to a discord webhook when the round restarts. It goes to
#alerts
and the code is here atSendRoundEndDiscordMessage
: https://github.com/impstation/imp-station-14/blob/master/Content.Server/GameTicking/GameTicker.RoundFlow.cs#L458what we need is for the same function to send a second message to a separate webhook in
#postround
as suggested here:The text was updated successfully, but these errors were encountered: