B. Language
Custom script language
Types
< userID >
< botID >
< guildOwnerID >
< botOwnerID >
< replyOwnerID >
< randomUserID >< categoryID >
< channelID >
< dmChannelID >
< mainID >
< randomCategoryID >
< randomChannelID >< messageID >
< replyID >< guildID >< randomRoleID >Empty Output
You can set the "Empty" output in the tag settings.
Supported outputs: none (default) nil 0 - empty null 1
Function List
User Functions
< userName >
Returns the username
< userName >
< userName:< User ID >>Support Input: All "User" ids
Supported Output: User ID, null
Guild Functions
< guildVerification >
Returns the current guild verification level
Supported Output: low, medium, high, very high
Only for Guilds!
< guildHighestRole >
Returns the highest role ID of the current guild
Supported Output: Role ID
Only for Guilds!
< guildLowestRole >
Returns the lowest role ID of the current guild
Supported Output: Role ID
Only for Guilds!
< guildRolesCount >
Returns the role count of the current guild
Supported Output: Number
Only for Guilds!
< guildBoostCount >
Returns the boost count of the current guild
Supported Output: Number
Only for Guilds!
< guildBoostNeed >
Returns the how many boosts to get new boost level
Supported Output: 2, 7, 14
Only for Guilds!
< guildBoostLevel >
Returns the boost level of the current guild
Supported Output: 0, 1, 2, 3
Only for Guilds!
< guildBoostProgress >
Returns the boost level progress of the current guild
Supported Output: Number
Only for Guilds!
Bot Functions
Time Functions
Channel Functions
< channelType >
Returns the current channel type
Supported Output: text, voice, category, thread, dm, stage, announcement, forum
Only for Guilds!
< channelCount >
Returns the channels count on the current server
Supported Output: Number
Only for Guilds!
< categoryCount >
Returns the categories count on the current server
Supported Output: Number
Only for Guilds!
Random Functions
"Is..." Functions
< isUserAdmin >
Returns "true" if user have admin permission.
Support Input: All "User" ids,
Supported Output: true, false
Only for Guilds!
< isUserEnabled >
Returns "true" if user have dm enabled.
Support Input: All "User" ids,
Supported Output: true, false
< isChannelNSFW >
Returns "true" if current channel marked as "NSFW channel".
Supported Output: true, false
Last updated