$userInfo
Allows you to make a 'user info' command without using a bunch of different functions at once. Returns information of the first mentioned user.
📌
$userInfoautomatically generates a description. So,$descriptionof index1should be avoided in the code.
Syntax
$userInfo[Message]
Parameters
-
Message: The message to include in the description.📌 Following are sub-functions which you can use inside
$userInfoto return information of the mentioned user :{username}: Returns the user's username.{ID}: Returns the ID of the user.{BOT}: Returns "true" if the user is a bot otherwise, "false".{discriminator}: Returns the user's discriminator.
Example
$nomention
$title[User Info]
$userInfo[Username: {username}
User ID: {ID}
Bot?: {BOT}
Discriminator: {discriminator}]

📌
$userInfoautomatically generates a thumbnail of the mentioned user. If you want to remove it, put$thumbnail[](with empty argument) below$userInfofunction.