This commit is contained in:
Mihail Gribkov
2024-10-22 21:46:54 +03:00
committed by GitHub
parent dfe679cbfd
commit 8b929690a9
15 changed files with 36 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ namespace Discord
/// </summary>
internal sealed class MockedInvalidChannel : IChannel
{
public ChannelType ChannelType => ChannelType.Text;
public string Name => throw new NotImplementedException();
public DateTimeOffset CreatedAt => throw new NotImplementedException();