public static void Register(string name, Command cmd) { Commands.Add(name,cmd); }
public void Register(string name, Command command) { BotCommands.Add(name, command); }