B. Language

Custom script language

Types

< userID >
< botID >
< guildOwnerID >
< botOwnerID >
< replyOwnerID >
< randomUserID >

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

Syntax
< userName >
< userName:< User ID >>

Support Input: All "User" ids Supported Output: User ID, null

< userIcon >

Returns the user avatar

Syntax
< userIcon >
< userIcon:< User ID >>

Support Input: All "User" ids Supported Output: User ID, null

Guild Functions

< guilldName >

Returns the current guild name

Syntax
< guilldName >

Supported Output: String

Only for Guilds!

< guildDescription >

Returns the current guild description

Syntax
< guildDescription >

Supported Output: String

Only for Guilds!

< guildEmojis >

Returns all emojis for the current guild

Syntax
< guildEmojis >

Supported Output: Emojis

Only for Guilds!

< guildIcon >

Returns the current guild avatar

Syntax
< guildIcon >

Supported Output: Link

Only for Guilds!

< guildRegion >

Returns the current guild region

Syntax
< guildRegion >

Supported Output: Region

Only for Guilds!

< guildVerification >

Returns the current guild verification level

Syntax
< guildVerification >

Supported Output: low, medium, high, very high

Only for Guilds!

< guildUsersCount >

Returns the current guild user count

Syntax
< guildUsersCount >

Supported Output: Number

Only for Guilds!

< guildHighestRole >

Returns the highest role ID of the current guild

Syntax
< guildHighestRole >

Supported Output: Role ID

Only for Guilds!

< guildLowestRole >

Returns the lowest role ID of the current guild

Syntax
< guildLowestRole >

Supported Output: Role ID

Only for Guilds!

< guildRolesCount >

Returns the role count of the current guild

Syntax
< guildRolesCount >

Supported Output: Number

Only for Guilds!

< guildBoostCount >

Returns the boost count of the current guild

Syntax
< guildBoostNeed >

Supported Output: Number

Only for Guilds!

< guildBoostNeed >

Returns the how many boosts to get new boost level

Syntax
< guildBoostCount >

Supported Output: 2, 7, 14

Only for Guilds!

< guildBoostLevel >

Returns the boost level of the current guild

Syntax
< guildBoostLevel >

Supported Output: 0, 1, 2, 3

Only for Guilds!

< guildBoostProgress >

Returns the boost level progress of the current guild

Syntax
< guildBoostProgress >

Supported Output: Number

Only for Guilds!

Bot Functions

< botUpTime >

Returns how long the bot was online

Syntax
< botUpTime >

Supported Output: Hour:Minute:Second

< botVariablesCount >

Returns how many variables were registered in the bot

Syntax
< botVariablesCount >

Supported Output: Number

< botCommandsCount >

Returns how many text commands were created in the bot

Syntax
< botCommandsCount >

Supported Output: Number

< botSlashCount >

Returns how many slash commands were created in the bot

Syntax
< botSlashCount >

Supported Output: Number

< botGuildsCount >

Returns the number of servers on which the bot is located

Syntax
< botGuildsCount >

Supported Output: Number

< botPing >

Returns the bot ping

Syntax
< botPing >

Supported Output: Number

< botNode >

Returns the bot node

Syntax
< botNode >

Supported Output: Number

< botNodePing >

Returns the bot node ping

Syntax
< botNodePing >

Supported Output: Number

< botNodeVersion >

Returns the bot node version

Syntax
< botNodeVersion >

Supported Output: String

< botHostingExpire >

Returns the unix time when hosting will end

Syntax
< botHostingExpire >

Supported Output: Number

Time Functions

< timeStamp >

Returns the current unix time

Syntax
< timeStamp >

Supported Output: Number

< second >

Returns the current second

Syntax
< second >

Supported Output: Number

< minute >

Returns the current minute

Syntax
< minute >

Supported Output: Number

< hour >

Returns the current hour

Syntax
< hour >

Supported Output: Number

< day >

Returns the current day

Syntax
< day >

Supported Output: Number

< month >

Returns the current month name

Syntax
< month >

Supported Output: String

< year >

Returns the current year

Syntax
< year >

Supported Output: Number

Channel Functions

< channelType >

Returns the current channel type

Syntax
< channelType >

Supported Output: text, voice, category, thread, dm, stage, announcement, forum

Only for Guilds!

< channelPosition >

Returns the current channel position

Syntax
< channelPosition >

Supported Output: Number

Only for Guilds!

< channelCount >

Returns the channels count on the current server

Syntax
< channelCount >

Supported Output: Number

Only for Guilds!

< categoryCount >

Returns the categories count on the current server

Syntax
< categoryCount >

Supported Output: Number

Only for Guilds!

< channelName >

Returns the current channel name

Syntax
< channelName >

Supported Output: String

Only for Guilds!

Random Functions

< randomCategoryID >

Returns random category ID

Syntax
< randomCategoryID >

Supported Output: Channel ID

Only for Guilds!

< randomChannelID >

Returns random channel ID

Syntax
< randomChannelID >

Supported Output: Channel ID

Only for Guilds!

< randomRoleID >

Returns random role ID

Syntax
< randomRoleID >

Supported Output: Role ID

Only for Guilds!

< randomString >

Returns random 5 characters

Syntax
< randomString >

Supported Output: String

< randomUserID >

Returns random user ID

Syntax
< randomUserID >

Supported Output: User ID

Only for Guilds!

< randomUserName >

Returns random user name

Syntax
< randomUserName >

Supported Output: User ID

Only for Guilds!

< random >

Returns random number

Syntax
< random:< x >,< y >>

Supported Output: Number

X can't be > y or ==y

"Is..." Functions

< isUserAdmin >

Returns "true" if user have admin permission.

Syntax
< isUserAdmin >
< isUserAdmin:< User ID >>

Support Input: All "User" ids, Supported Output: true, false

Only for Guilds!

< isUserEnabled >

Returns "true" if user have dm enabled.

Syntax
< isUserEnabled >
< isUserEnabled:< User ID >>

Support Input: All "User" ids, Supported Output: true, false

< isChannelNSFW >

Returns "true" if current channel marked as "NSFW channel".

Syntax
< isChannelNSFW >

Supported Output: true, false

< isChannelTicket >

Returns "true" if current channel have "ticket-" in the name.

Syntax
< isChannelTicket >

Supported Output: true, false

< isCommandSlash >

Returns "true" if command was executed by slash (/)

Syntax
< isCommandSlash >

Supported Output: true, false

Last updated