Add a feature that allows @PockyBot stringconfig set <key> <value> to set the stringconfig for <key> to <value> in unambiguous cases.
- If
<key> is not yet set, set it to <value>.
- If
<key> is set with one associated value, update that value to <value>.
- If
<key> is set with two or more values, return an error and state what those values are.
Add a feature that allows
@PockyBot stringconfig set <key> <value>to set the stringconfig for<key>to<value>in unambiguous cases.<key>is not yet set, set it to<value>.<key>is set with one associated value, update that value to<value>.<key>is set with two or more values, return an error and state what those values are.