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

@@ -8,6 +8,7 @@ namespace Discord
{
internal sealed class MockedTextChannel : ITextChannel
{
public ChannelType ChannelType => ChannelType.Text;
public bool IsNsfw => throw new NotImplementedException();
public int DefaultSlowModeInterval => throw new NotImplementedException();