Exemplo n.º 1
0
 public CommandExecutorImpl(Bot bot, SecurityLevelChecker securityLevelChecker)
 {
     this.bot = bot;
     this.securityLevelChecker = securityLevelChecker;
 }
Exemplo n.º 2
0
 public CommandExecutorImpl(Bot bot, SecurityLevelChecker securityLevelChecker)
 {
     this.bot = bot;
     this.securityLevelChecker = securityLevelChecker;
 }