Resolve [239] admin only vouching
Closes #239 (closed)
context
a user came to us and said "what if I only want admins to be able to invite people to the channel?"
and thus....admin only vouching was born....
behavior
it's complicated. laid out in #239 (closed).
changes
- creates a new vouching column in the database (which should possibly be renamed to vouchMode)
- backfills the new vouching column with the old vouchingOn boolean values
- creates a new
VOUCHING ADMIN
command andvouchModes
constant - pulls command behavior out of
execute#toggles
method and into its own - creates translations for
VOUCHING ADMIN
command and subsequent notifications
Edited by Mari