Turn off !sr command from chat

I use songs commands on usually, but sometime turn off it.
but someone doesn’t know it and say nightbot doesn’t working now!
so I want to know how to answer sr command when songs commands off.
ex)
songs commands on
a : !sr 000
n : a -> 000 has been added to the queue in position #1
songs commands off
a : !sr 000
n : no more sr today.

ps) can I songs commands on/off on chat? (it is very tiresome that going default commands everytimes)

Hey @idin0912!

What you’re asking for is possible, first create a !sr command like so:

!addcom !sr -ul=owner No more song requests for today.

Then when you want to close song requests, you’ll have to call !sroff, here’s how to add it:

!addcom !sroff -ul=mod -a=!editcom !sr \-ul=everyone

And when you want to open song requests again, call !sron, here’s how to add it:

!addcom !sron -ul=mod -a=!editcom !sr \-ul=owner

The downside of this is that you won’t be able to use !sr yourself.

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