Implemented missing method and typing notifier

This commit is contained in:
RogueException
2016-10-06 01:04:04 -03:00
parent 2f3831dd6e
commit dcd94381fc
3 changed files with 47 additions and 7 deletions

View File

@@ -207,8 +207,6 @@ namespace Discord.Rest
//Typing
public static IDisposable EnterTypingState(IChannel channel, BaseDiscordClient client)
{
throw new NotImplementedException(); //TODO: Impl
}
=> new TypingNotifier(client, channel);
}
}