Make HasResponded public and add it to IDiscordInteraction (#1994)

This commit is contained in:
Quin Lynch
2021-12-24 10:38:22 -04:00
committed by GitHub
parent ad20e03a98
commit 1fbcbb8a67
8 changed files with 31 additions and 66 deletions

View File

@@ -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)
{