I wrote a command to track how many times a specific viewer has been screwed over by their phone’s autocorrect. I set it up using 2 commands, an !autocorrect and !addauto. They commands were made as follows:
!commands add !autocorrect User has been fucked by autocorrect 0 times.
NotLikeThis
!commands add !addauto -a=!commands edit !autocorrect User has been fucked by autocorrect $(count) times.
NotLikeThis
When I (a moderator) use the !addauto command, I get the notification from nightbot that the command has been edited successfully, and the !autocorrect displays the correct count number. When anyone else uses it, Nightbot just spits out the link for the available commands. In the dashboard, however, the counter shows as incrementing when another user executes !addauto. The !autocorrect command is just not updated until a moderator uses the !addauto command.
How do I fix this? Or is there a better solution? I’d like for him to be able to edit his own counter without having to mod him, but also to simply display the count without incrementing it.