For the operatorbot, one can add a person to the list of tempoperators as many times as one would like, which can happen by accident, which is annoying to remove.
I suspect the use of a python set (braced with {} as as opposed to the standard [] ) in the right place, or something of this nature ensuring the list is unqiue, will fix this. This is low priority and hopefully low effort
For the operatorbot, one can add a person to the list of tempoperators as many times as one would like, which can happen by accident, which is annoying to remove.
I suspect the use of a python set (braced with {} as as opposed to the standard [] ) in the right place, or something of this nature ensuring the list is unqiue, will fix this. This is low priority and hopefully low effort