fix interactions in DMs

This commit is contained in:
spiral
2021-07-28 01:55:06 -04:00
parent a8727f474b
commit def39b7bc5
3 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,8 @@
public ApplicationCommandInteractionData? Data { get; init; }
public ulong GuildId { get; init; }
public ulong ChannelId { get; init; }
public GuildMember Member { get; init; }
public GuildMember? Member { get; init; }
public User? User { get; init; }
public string Token { get; init; }
public Message? Message { get; init; }
}