mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: get rid of top-level guild_id key in dispatch payloads
This commit is contained in:
parent
a4a5f5c17a
commit
d28e99ba43
7 changed files with 11 additions and 12 deletions
|
|
@ -104,7 +104,7 @@ namespace PluralKit.Core
|
|||
{
|
||||
// todo: should this be moved to a different JSON model?
|
||||
o.Add("webhook_url", system.WebhookUrl);
|
||||
o.Add("webhook_token", system.WebhookToken);
|
||||
// o.Add("webhook_token", system.WebhookToken);
|
||||
|
||||
var p = new JObject();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue