public RockPaperScissors(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
 public FeatureRequest(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #3
0
 public Mock(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #4
0
 public CheckPrivilege(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #5
0
 public Countdown(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #6
0
 public ICommandHandler MakeCommandHandler(SlackBotV3 slackBot)
 {
     return(commandHandlerProvider.GetCommandHandler(slackBot, GetCommandHandlerType()));
 }
Exemple #7
0
 public Define(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #8
0
 public LMGTFY(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #9
0
 public Rename(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #10
0
 public SadTrombone(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #11
0
 public Vote(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #12
0
 public DiceRoller(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #13
0
 public GoodShit(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #14
0
 public Acronym(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #15
0
 public MakeJoke(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #16
0
 public Emojify(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #17
0
 public Restart(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #18
0
 public Martini(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
 public RollDicer(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #20
0
 public HelpCommand(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #21
0
 public GoodJob(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #22
0
 public Weather(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }
Exemple #23
0
 public TicTacToe(SlackBotV3 slackBot)
 {
     this.slackBot = slackBot;
 }