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 MockedDMChannel : IDMChannel
{
public ChannelType ChannelType => ChannelType.DM;
public IUser Recipient => throw new NotImplementedException();
public IReadOnlyCollection<IUser> Recipients => throw new NotImplementedException();