When I write stuff into the bot it outputs the thing I wrote on twitch, however when I try to make the commands to work, it doesn't work.
Here were my scripts.
on *:TEXT:!yt:#:{msg # https://www.youtube.com/channel/UCgfZTU_Ey4SJvPc3LpQ2jlQ}
on *:TEXT:!ss:#:{msg # We shall see. If we don't see the sea, then we'll see. :P}
on *:TEXT:!mapping:#:{msg # Maybe. I'll think about it.}
on *:TEXT:!taiko:#:{msg # MJ will consider it}
on *:TEXT:!mania:#:{msg # SoonTM}
on *:TEXT:!ctb:#:{msg # Perhaps MJ will play Catch the Beat}
on *:text:!commands:#:{msg $chan MjOBot commands are !yt !ss !mapping !taiko !mania !ctb}
on *:TEXT:!MCommands:#:{msg $chan Mikuia commands are !1v1 !coins !level !roll !stats !uptime}
The scripts aren't working. What did I do wrong?