You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adds captcha verification for users (#83)
Changes:
- adds a new verify plugin that is enabled by default.
- on /plugin verify it will ask for the verification role and post a message in the channel.
- clicking on the Verify button will prompt with a modal.
- users get a random emoji representing a mood, they'll need to type that for validation.
DEV (#42)
* v2.0.0 changes - With this update, we have introduced a major change - each functionality has been transformed into a separate plugin that can be enabled or disabled on a per-guild basis. This allows for greater flexibility and customization options for our users. As new features are added, they will also be implemented as individual plugins.