Custom Command
FunctionsMember Functions

$userExists

Checks if a user exists in the server. Returns true if the user exists, and false if not.

Usage

$userExists[userID]
  1. userID - The ID of the user to check. If left empty, false will be returned.

Example

Using $userExists

How to use $userExists

Member
9/5/2026
!!exec $userExists[$authorID]
Custom Command
APP
9/5/2026
true

Cache

This function works on the bot's cache to find members. If the user is not cached, the function will not find them. User will be cached after they trigger any command from this bot, but eventually they will get deleted.
To have all members cached, you will need Tier 5 Bot.

Related Functions: $findMember

Function Difficulty: Easy

Tags: User Exists Check Is Real

On this page