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