Make HasResponded public and add it to IDiscordInteraction (#1994)
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Discord.Rest
|
||||
/// </summary>
|
||||
public class RestPingInteraction : RestInteraction, IDiscordInteraction
|
||||
{
|
||||
internal override bool _hasResponded { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
internal RestPingInteraction(BaseDiscordClient client, ulong id)
|
||||
: base(client, id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user