Ejemplo n.º 1
0
 protected internal virtual void OnRemove(BotBitsClient client, Command command)
 {
 }
Ejemplo n.º 2
0
 protected internal virtual Action<IInvokeSource, ParsedRequest> DoTransformations(BotBitsClient client, Command command, Action<IInvokeSource, ParsedRequest> request)
 {
     return request;
 }