public IntelliTwitchCommandAction(IntelliTwitchCommandActor user) { sender = user; }
public IntelliTwitchModRequiredAction(IntelliTwitchCommandActor user) : base(user) { }
public ReflectionTestCommandAction(IntelliTwitchCommandActor user) : base(user) { }