How to disable Mods from Creating/Deleting Commands

Is there any way to do this with the new nightbot?If so, how. Thanks in advance. :slight_smile:

There isn’t a perfect way to do such a thing currently. There are a couple things you could do though:

  • Make the userlevel for the default !commands owner only. This comes with the downside of people not being able to do !commands to see the command list. You would have to create another command to link to the command list. It allows you to make commands via chat normally though.

  • Disable the default !commands command and add your own that links to the command list. It allows people to get the link to the page and limits moderators to create/edit/delete commands. This comes with the downside of limiting you from doing so via chat, and commands can only be created through the website/app.

If you do overwrite the command here is just a simple command you can copy paste (change the name if you go with the first option):

!commands add !commands https://beta.nightbot.tv/t/$(channel)/commands

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.