Module: Command Management

Manage commands inside your server, restrict or disable commands
Command disabling is not imposed on those with the administrator permission

Restricting a command

    Restrict a command to a channel or role within your server
    ,restrictcommand (channel or role) (command)
    

    Unrestrict command

      To unrestrict a command, use the urc command
      ,unrestrictcommand (channel or role) (command)
      

      Viewing the restricted commands

        To view the currently restricted commands, use the restrictedcmds command
        ,restrictedcmds
        

        Disabling a command

          To disable a command, use the disable command
          Members with the administrator permission bypass disabled commands
          ,disable (command)
          

          Enable a command

            To enable a command, use the enable command
            ,enable (command)
            

            Viewing the disabled commands

              To view the currently disabled commands, use the disabled command
              ,disabled
              

              Related Commands