$userExists
Checks if a user exists in Discord using thier ID. Returns true
if the user exists, otherwise false
is returned.
Syntax
$userExists[User ID]
Parameters
User ID
(Type: String, Snowflake || Flag: Required)
: The ID of the user to check.
Example
$nomention
$userExists[$mentioned[1]]
How $mentioned[]
works?