Beispiel #1
0
 public SlashController(SlashCommandSrv slashCommandSrv)
 {
     _slashCommandSrv = slashCommandSrv;
 }
 public SlashController(SlashCommandSrv commandSrv)
 {
     _commandSrv = commandSrv;
 }