$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.

Member04/23/2025
!!exec $botVerified[725721249652670555]
Custom Command Bot 04/23/2025
true

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.

Member04/23/2025
!!exec $botVerified[582019849073590274]
Custom Command Bot 04/23/2025
false

The function returns false because the bot with ID 582019849073590274 is not verified.