Closed baptiste0928 closed 2 years ago
Implementation of the /config captcha subcommands to enable and configure various captcha settings.
/config captcha
Implemented commands:
/config captcha enable
/config captcha disable
/config captcha logs
/config captcha autorole-add
/config captcha autorole-remove
/config captcha autorole-list
This PR does not handle the buttons used to enable and disable the captcha, this will be done in another PR.
Implementation of the
/config captcha
subcommands to enable and configure various captcha settings.Implemented commands:
/config captcha enable
: enable the captcha (automatically create role/channel and configure them)/config captcha disable
: disable the captcha (removes generate role/channel)/config captcha logs
: enable the captcha logs on the given channel/config captcha autorole-add
: adds a role to the autorole/config captcha autorole-remove
: removes a role from the autorole/config captcha autorole-list
: list roles enabled for the autoroleThis PR does not handle the buttons used to enable and disable the captcha, this will be done in another PR.