|
@@ -26,7 +26,7 @@ namespace Discord.Interactions |
|
|
Client = client; |
|
|
Client = client; |
|
|
Interaction = interaction; |
|
|
Interaction = interaction; |
|
|
Channel = channel; |
|
|
Channel = channel; |
|
|
Guild = (interaction as IGuildUser)?.Guild; |
|
|
|
|
|
|
|
|
Guild = (user as IGuildUser)?.Guild; |
|
|
User = user; |
|
|
User = user; |
|
|
Interaction = interaction; |
|
|
Interaction = interaction; |
|
|
} |
|
|
} |
|
|