fix: get rid of top-level guild_id key in dispatch payloads

This commit is contained in:
spiral
2021-11-26 14:45:58 -05:00
parent a4a5f5c17a
commit d28e99ba43
7 changed files with 11 additions and 12 deletions

View File

@@ -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();