This website requires JavaScript.
Explore
Help
Register
Sign In
Cinka
/
OldThink
Watch
1
Star
0
Fork
0
You've already forked OldThink
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
OldThink
/
Content.Server
/
Discord
/
WebhookIdentifier.cs
4 lines
103 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
Add round end Discord pings, discord webhook API (#19468)
2023-08-24 14:50:07 -07:00
namespace
Content.Server.Discord
;
Fix invalid types for some discord webhook values (#19515)
2023-08-24 22:59:43 -07:00
public
record
struct
WebhookIdentifier
(
string
Id
,
string
Token
)
;
Reference in New Issue
Copy Permalink