EmailVerify
EmailVerify copied to clipboard
Discord bot to verify your email
Discord has added an option that allows you to link roles with certain requirements. It would be great if this was implemented in the bot. Article about that: https://support.discord.com/hc/en-us/articles/10388356626711-Connections-Linked-Roles-Admins The...
When typing /retrieve_email [user id] it will return either all the users and their emails or (if a user id is given) return that user's email.
I manage a discord server where we use emailbot to verify our members. We have our unverified role set to disable all channels. If a user **doesn't** have this role,...
On sending /extractlog the bot will send a csv file containing all past logs. The bot does not store the logs in its server, it simply reads and compiles the...
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.120 to 0.38.1. Release notes Sourced from discord-api-types's releases. 0.38.1 0.38.1 (2025-04-22) Features components v2 (9f769c3) CDNQuery: add ImageSize type (527ac2f) BREAKING CHANGES Certain Component alias types...
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0. Release notes Sourced from express's releases. v5.1.0 What's Changed Update captains by @UlisesGascon in expressjs/express#6027 build: Node.js 23.0 by @bjohansebas in expressjs/express#6075 Add funding...
There's no wildcard support for blacklisted emails, so I added them. I tested these out: `/blacklist email:*+*@*,*(*@*,*)*@*`, although someone else should check if this doesn't break anything.