mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Convert Sentry enrichers
This commit is contained in:
parent
e06a6ecf85
commit
5a52abed77
3 changed files with 45 additions and 92 deletions
|
|
@ -9,6 +9,7 @@ namespace Myriad.Gateway
|
|||
public Optional<User> Author { get; init; }
|
||||
public Optional<GuildMemberPartial> Member { get; init; }
|
||||
public Optional<Message.Attachment[]> Attachments { get; init; }
|
||||
public Optional<ulong?> GuildId { get; init; }
|
||||
// TODO: lots of partials
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue