Exemplo n.º 1
0
 public static void Register(string name, Command cmd)
 {
     Commands.Add(name,cmd);
 }
Exemplo n.º 2
0
 public void Register(string name, Command command)
 {
     BotCommands.Add(name, command);
 }