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

chevron-right< userName >hashtag

Returns the username

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

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

chevron-right< userIcon >hashtag

Returns the user avatar

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

Guild Functions

chevron-right< guilldName >hashtag

Returns the current guild name

Supported Output: String

Only for Guilds!

chevron-right< guildDescription >hashtag

Returns the current guild description

Supported Output: String

Only for Guilds!

chevron-right< guildEmojis >hashtag

Returns all emojis for the current guild

Supported Output: Emojis

Only for Guilds!

chevron-right< guildIcon >hashtag

Returns the current guild avatar

Supported Output: Link

Only for Guilds!

chevron-right< guildRegion >hashtag

Returns the current guild region

Supported Output: Region

Only for Guilds!

chevron-right< guildVerification >hashtag

Returns the current guild verification level

Supported Output: low, medium, high, very high

Only for Guilds!

chevron-right< guildUsersCount >hashtag

Returns the current guild user count

Supported Output: Number

Only for Guilds!

chevron-right< guildHighestRole >hashtag

Returns the highest role ID of the current guild

Supported Output: Role ID

Only for Guilds!

chevron-right< guildLowestRole >hashtag

Returns the lowest role ID of the current guild

Supported Output: Role ID

Only for Guilds!

chevron-right< guildRolesCount >hashtag

Returns the role count of the current guild

Supported Output: Number

Only for Guilds!

chevron-right< guildBoostCount >hashtag

Returns the boost count of the current guild

Supported Output: Number

Only for Guilds!

chevron-right< guildBoostNeed >hashtag

Returns the how many boosts to get new boost level

Supported Output: 2, 7, 14

Only for Guilds!

chevron-right< guildBoostLevel >hashtag

Returns the boost level of the current guild

Supported Output: 0, 1, 2, 3

Only for Guilds!

chevron-right< guildBoostProgress >hashtag

Returns the boost level progress of the current guild

Supported Output: Number

Only for Guilds!

Bot Functions

chevron-right< botUpTime >hashtag

Returns how long the bot was online

Supported Output: Hour:Minute:Second

chevron-right< botVariablesCount >hashtag

Returns how many variables were registered in the bot

Supported Output: Number

chevron-right< botCommandsCount >hashtag

Returns how many text commands were created in the bot

Supported Output: Number

chevron-right< botSlashCount >hashtag

Returns how many slash commands were created in the bot

Supported Output: Number

chevron-right< botGuildsCount >hashtag

Returns the number of servers on which the bot is located

Supported Output: Number

chevron-right< botPing >hashtag

Returns the bot ping

Supported Output: Number

chevron-right< botNode >hashtag

Returns the bot node

Supported Output: Number

chevron-right< botNodePing >hashtag

Returns the bot node ping

Supported Output: Number

chevron-right< botNodeVersion >hashtag

Returns the bot node version

Supported Output: String

chevron-right< botHostingExpire >hashtag

Returns the unix time when hosting will end

Supported Output: Number

Time Functions

chevron-right< timeStamp >hashtag

Returns the current unix time

Supported Output: Number

chevron-right< second >hashtag

Returns the current second

Supported Output: Number

chevron-right< minute >hashtag

Returns the current minute

Supported Output: Number

chevron-right< hour >hashtag

Returns the current hour

Supported Output: Number

chevron-right< day >hashtag

Returns the current day

Supported Output: Number

chevron-right< month >hashtag

Returns the current month name

Supported Output: String

chevron-right< year >hashtag

Returns the current year

Supported Output: Number

Channel Functions

chevron-right< channelType >hashtag

Returns the current channel type

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

Only for Guilds!

chevron-right< channelPosition >hashtag

Returns the current channel position

Supported Output: Number

Only for Guilds!

chevron-right< channelCount >hashtag

Returns the channels count on the current server

Supported Output: Number

Only for Guilds!

chevron-right< categoryCount >hashtag

Returns the categories count on the current server

Supported Output: Number

Only for Guilds!

chevron-right< channelName >hashtag

Returns the current channel name

Supported Output: String

Only for Guilds!

Random Functions

chevron-right< randomCategoryID >hashtag

Returns random category ID

Supported Output: Channel ID

Only for Guilds!

chevron-right< randomChannelID >hashtag

Returns random channel ID

Supported Output: Channel ID

Only for Guilds!

chevron-right< randomRoleID >hashtag

Returns random role ID

Supported Output: Role ID

Only for Guilds!

chevron-right< randomString >hashtag

Returns random 5 characters

Supported Output: String

chevron-right< randomUserID >hashtag

Returns random user ID

Supported Output: User ID

Only for Guilds!

chevron-right< randomUserName >hashtag

Returns random user name

Supported Output: User ID

Only for Guilds!

chevron-right< random >hashtag

Returns random number

Supported Output: Number

X can't be > y or ==y

"Is..." Functions

chevron-right< isUserAdmin >hashtag

Returns "true" if user have admin permission.

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

Only for Guilds!

chevron-right< isUserEnabled >hashtag

Returns "true" if user have dm enabled.

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

chevron-right< isChannelNSFW >hashtag

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

Supported Output: true, false

chevron-right< isChannelTicket >hashtag

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

Supported Output: true, false

chevron-right< isCommandSlash >hashtag

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

Supported Output: true, false

Last updated