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
< userIcon >
Returns the user avatar
< userIcon >
< userIcon:< User ID >>Support Input: All "User" ids
Supported Output: User ID, null
Guild Functions
< guilldName >
Returns the current guild name
< guilldName >Supported Output: String
Only for Guilds!
< guildDescription >
Returns the current guild description
< guildDescription >Supported Output: String
Only for Guilds!
< guildEmojis >
Returns all emojis for the current guild
< guildEmojis >Supported Output: Emojis
Only for Guilds!
< guildIcon >
Returns the current guild avatar
< guildIcon >Supported Output: Link
Only for Guilds!
< guildRegion >
Returns the current guild region
< guildRegion >Supported Output: Region
Only for Guilds!
< guildVerification >
Returns the current guild verification level
< guildVerification >Supported Output: low, medium, high, very high
Only for Guilds!
< guildUsersCount >
Returns the current guild user count
< guildUsersCount >Supported Output: Number
Only for Guilds!
< guildHighestRole >
Returns the highest role ID of the current guild
< guildHighestRole >Supported Output: Role ID
Only for Guilds!
< guildLowestRole >
Returns the lowest role ID of the current guild
< guildLowestRole >Supported Output: Role ID
Only for Guilds!
< guildRolesCount >
Returns the role count of the current guild
< guildRolesCount >Supported Output: Number
Only for Guilds!
< guildBoostCount >
Returns the boost count of the current guild
< guildBoostNeed >Supported Output: Number
Only for Guilds!
< guildBoostNeed >
Returns the how many boosts to get new boost level
< guildBoostCount >Supported Output: 2, 7, 14
Only for Guilds!
< guildBoostLevel >
Returns the boost level of the current guild
< guildBoostLevel >Supported Output: 0, 1, 2, 3
Only for Guilds!
< guildBoostProgress >
Returns the boost level progress of the current guild
< guildBoostProgress >Supported Output: Number
Only for Guilds!
Bot Functions
< botUpTime >
Returns how long the bot was online
< botUpTime >Supported Output: Hour:Minute:Second
< botVariablesCount >
Returns how many variables were registered in the bot
< botVariablesCount >Supported Output: Number
< botCommandsCount >
Returns how many text commands were created in the bot
< botCommandsCount >Supported Output: Number
< botSlashCount >
Returns how many slash commands were created in the bot
< botSlashCount >Supported Output: Number
< botGuildsCount >
Returns the number of servers on which the bot is located
< botGuildsCount >Supported Output: Number
< botHostingExpire >
Returns the unix time when hosting will end
< botHostingExpire >Supported Output: Number
Time Functions
Channel Functions
< channelType >
Returns the current channel type
< channelType >Supported Output: text, voice, category, thread, dm, stage, announcement, forum
Only for Guilds!
< channelPosition >
Returns the current channel position
< channelPosition >Supported Output: Number
Only for Guilds!
< channelCount >
Returns the channels count on the current server
< channelCount >Supported Output: Number
Only for Guilds!
< categoryCount >
Returns the categories count on the current server
< categoryCount >Supported Output: Number
Only for Guilds!
< channelName >
Returns the current channel name
< channelName >Supported Output: String
Only for Guilds!
Random Functions
< randomCategoryID >
Returns random category ID
< randomCategoryID >Supported Output: Channel ID
Only for Guilds!
< randomChannelID >
Returns random channel ID
< randomChannelID >Supported Output: Channel ID
Only for Guilds!
< randomRoleID >
Returns random role ID
< randomRoleID >Supported Output: Role ID
Only for Guilds!
< randomUserID >
Returns random user ID
< randomUserID >Supported Output: User ID
Only for Guilds!
< randomUserName >
Returns random user name
< randomUserName >Supported Output: User ID
Only for Guilds!
< random >
Returns random number
< random:< x >,< y >>Supported Output: Number
X can't be > y or ==y
"Is..." Functions
< isUserAdmin >
Returns "true" if user have admin permission.
< isUserAdmin >
< isUserAdmin:< User ID >>Support Input: All "User" ids,
Supported Output: true, false
Only for Guilds!
< isUserEnabled >
Returns "true" if user have dm enabled.
< isUserEnabled >
< isUserEnabled:< User ID >>Support Input: All "User" ids,
Supported Output: true, false
< isChannelNSFW >
Returns "true" if current channel marked as "NSFW channel".
< isChannelNSFW >Supported Output: true, false
Last updated