Example #1
0
 public Gatekeeper(BotConfig config, IRedditAPI reddit)
 {
     this.reddit = reddit;
     this.config = config;
 }
Example #2
0
 public Historian(BotConfig config, StreamFactory streamFactory)
 {
     this.config        = config;
     this.streamFactory = streamFactory;
 }