Hi all! Let me preface this by saying I am pretty new to Nightbot’s workings and you may have to really explain this to me in painful detail.
I currently have a few commands that work off of a counter. These all work perfectly!
!killed (for viewers to see how many kills I got)
!killed+ (for VIPs and Mods to add 1 kill to the counter)
!killedreset (for Mods to reset the count totally back to 0.)
I’d really love to have a way to allow one of my mods to edit the current kill count displayed in the counter during the !killed command, in case someone accidentally adds to it incorrectly. I don’t want to have to reset it totally, especially if the counter is really high in number at that point. I’d hate to have my mods spam !killed+ in the chat 67 times, if the counter should be at 67, for example.
When I try to plug in the following commands in my Twitch chat, Nightbot does not respond at all. Not sure if I’m doing something wrong, but these were the only workarounds I found online.
!editcom edit !killed -c=0
!commands edit !killed -c=0
Please let me know what I’m doing wrong here! Again, just want to have a way to manually adjust the counter to display a different number. I’m not sure if this can only be done via Twitch Chat, or if there’s a way to create a new command like !killededit that would let me or my mods edit the counter that way.
If you need further information from me, please let me know. Thank you in advance for your help!