IIntegrationChannel & create webhooks in forums (#2582)

This commit is contained in:
Misha133
2023-02-09 14:36:35 +03:00
committed by GitHub
parent 59c2008eaa
commit 75f3c91f9a
11 changed files with 131 additions and 50 deletions

View File

@@ -65,7 +65,7 @@ namespace Discord.Webhook
private string DebuggerDisplay => $"Webhook: {Name} ({Id})";
IUser IWebhook.Creator => null;
ITextChannel IWebhook.Channel => null;
IIntegrationChannel IWebhook.Channel => null;
IGuild IWebhook.Guild => null;
}
}