Esempio n. 1
0
        public Voice(LuigibotMain luigibot)
        {
            MainEntry = luigibot;

            Name        = "voice";
            Description = "Does voice.";
        }
Esempio n. 2
0
        public Voice(LuigibotMain luigibot)
        {
            MainEntry = luigibot;

            Name = "voice";
            Description = "Does voice.";
        }
 public BaseOwnerModules(LuigibotMain main)
 {
     mainEntry   = main;
     Name        = "base";
     Description = "The base set of modules that cannot be enabled or disabled by the user.";
 }
 public BaseOwnerModules(LuigibotMain main)
 {
     mainEntry = main;
     Name = "base";
     Description = "The base set of modules that cannot be enabled or disabled by the user.";
 }
 public ServerAdminModules(LuigibotMain main)
 {
     mainEntry = main;
     Name = "server-admin-modules";
     Description = "Commands related to server owner exclusive commands like `gtfo`";
 }
 public ServerAdminModules(LuigibotMain main)
 {
     mainEntry   = main;
     Name        = "server-admin-modules";
     Description = "Commands related to server owner exclusive commands like `gtfo`";
 }