$botVerified
This function checks if a Discord bot is verified. A verified bot has been reviewed and approved by Discord.
Usage
$botVerified[Bot ID]
Bot ID
: The ID of the bot you want to check. You can find this by right-clicking on the bot in Discord (with Developer Mode enabled) and selecting "Copy ID."
Examples
Here are a couple of examples demonstrating how $botVerified
works.
Example: Verified Bot
In this example, we check if the bot with the ID 725721249652670555
is verified.
The function returns true
because the bot with ID 725721249652670555
is verified.
Example: Unverified Bot
In this example, we check if the bot with the ID 582019849073590274
is verified.
The function returns false
because the bot with ID 582019849073590274
is not verified.