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

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

Guild Functions

< guilldName >

Returns the current guild name

Supported Output: String

Only for Guilds!

< guildDescription >

Returns the current guild description

Supported Output: String

Only for Guilds!

< guildEmojis >

Returns all emojis for the current guild

Supported Output: Emojis

Only for Guilds!

< guildIcon >

Returns the current guild avatar

Supported Output: Link

Only for Guilds!

< guildRegion >

Returns the current guild region

Supported Output: Region

Only for Guilds!

< guildVerification >

Returns the current guild verification level

Supported Output: low, medium, high, very high

Only for Guilds!

< guildUsersCount >

Returns the current guild user count

Supported Output: Number

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

< botUpTime >

Returns how long the bot was online

Supported Output: Hour:Minute:Second

< botVariablesCount >

Returns how many variables were registered in the bot

Supported Output: Number

< botCommandsCount >

Returns how many text commands were created in the bot

Supported Output: Number

< botSlashCount >

Returns how many slash commands were created in the bot

Supported Output: Number

< botGuildsCount >

Returns the number of servers on which the bot is located

Supported Output: Number

< botPing >

Returns the bot ping

Supported Output: Number

< botNode >

Returns the bot node

Supported Output: Number

< botNodePing >

Returns the bot node ping

Supported Output: Number

< botNodeVersion >

Returns the bot node version

Supported Output: String

< botHostingExpire >

Returns the unix time when hosting will end

Supported Output: Number

Time Functions

< timeStamp >

Returns the current unix time

Supported Output: Number

< second >

Returns the current second

Supported Output: Number

< minute >

Returns the current minute

Supported Output: Number

< hour >

Returns the current hour

Supported Output: Number

< day >

Returns the current day

Supported Output: Number

< month >

Returns the current month name

Supported Output: String

< year >

Returns the current year

Supported Output: Number

Channel Functions

< channelType >

Returns the current channel type

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

Only for Guilds!

< channelPosition >

Returns the current channel position

Supported Output: Number

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!

< channelName >

Returns the current channel name

Supported Output: String

Only for Guilds!

Random Functions

< randomCategoryID >

Returns random category ID

Supported Output: Channel ID

Only for Guilds!

< randomChannelID >

Returns random channel ID

Supported Output: Channel ID

Only for Guilds!

< randomRoleID >

Returns random role ID

Supported Output: Role ID

Only for Guilds!

< randomString >

Returns random 5 characters

Supported Output: String

< randomUserID >

Returns random user ID

Supported Output: User ID

Only for Guilds!

< randomUserName >

Returns random user name

Supported Output: User ID

Only for Guilds!

< random >

Returns random number

Supported Output: Number

X can't be > y or ==y

"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

< isChannelTicket >

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

Supported Output: true, false

< isCommandSlash >

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

Supported Output: true, false

Last updated