mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
feat(apiv2): actually add UUIDs to JSON models
This commit is contained in:
parent
9d47bfe0d8
commit
11620d94c8
3 changed files with 12 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ namespace PluralKit.Core
|
|||
var o = new JObject();
|
||||
|
||||
o.Add("id", group.Hid);
|
||||
o.Add("uuid", group.Uuid.ToString());
|
||||
o.Add("name", group.Name);
|
||||
|
||||
if (systemStr != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue