Make HasResponded public and add it to IDiscordInteraction (#1994)
This commit is contained in:
@@ -35,6 +35,15 @@ namespace Discord
|
||||
/// </summary>
|
||||
int Version { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets whether or not this interaction has been responded to.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This property is locally set -- if you're running multiple bots
|
||||
/// off the same token then this property won't be in sync with them.
|
||||
/// </remarks>
|
||||
bool HasResponded { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the user who invoked the interaction.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user