IIntegrationChannel & create webhooks in forums (#2582)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user