Latest revision |
Your text |
Line 57: |
Line 57: |
| == '''Strings''' == | | == '''Strings''' == |
|
| |
|
| {UserMention}: Returns the user's username. | | {UserMention}: Mentions the user's username. |
|
| |
|
| {UserName}: Returns the user's Roblox name. | | {UserName}: Mentions the user's Roblox name. |
|
| |
|
| (UserDisplayName}: Returns the user's Roblox Display Name. | | (UserDisplayName}: Mentions the user's Roblox Display Name. |
|
| |
|
| {UserGuildName}: Returns the user's Electron Custom Guild name, or Roblox name if they don't have one. | | {UserGuildName}: Mentions the userr's Electron Custom Guild name, or Roblox name if it dosen't exist. |
|
| |
|
| {UserId}: Returns the user's ID. | | {UserId}: Mentions the user's ID. |
|
| |
|
| {UserAvatarId}: Returns the user's avatar ID, if any. | | {UserAvatarId}: Mentions the user's avatar ID, if any. |
|
| |
|
| {UserBannerId}: Returns the user's avatar banner ID, if any. | | {UserBannerId}: Mentions the user's avatar banner ID, if any. |
|
| |
|
| {UserOnlineStatus}: Returns the user's current online status (Online, Idle, Do Not Disturb). | | {UserOnlineStatus}: Mentions the user's current online status(Online, Idle, Do not disturb) |
|
| |
|
| {UserTextStatus}: Returns the user's Electron Custom Status text. | | {UserTextStatus}: Mentions the user's Electron Custom Status text. |
|
| |
|
| {UserAboutMe}: Returns the user's Electron About Me text. | | {UserAboutMe}: Mentions the user's Electron About Me text. |
|
| |
|
| {UserBadgesCount}: Returns the amount of badges the user has. | | {UserBadgesCount}: Mentions the amount of badges the user has. |
| | |
| {GuildName}: Returns the current guild name.
| |
| | |
| {GuildDescription}: Returns the current guild description.
| |
| | |
| {GuildAvatarId}: Returns the current guild avatar ID.
| |
| | |
| {GuildBannerId}: Returns the current guild banner ID.
| |
| | |
| {GuildTagName}: Returns the current guild tag name.
| |
| | |
| {GuildRulesCount}: Returns the current guild rules count.
| |
| | |
| {GuildBotsCount}: Returns the current guild bots count.
| |
| | |
| {GuildRolesCount}: Returns the current guild roles count.
| |
| | |
| {GuildMaxMembers}: Returns the max members allowed in the guild.
| |
| | |
| {GuildInvite}: Returns the current guild invite code.
| |
| | |
| {Year}: Returns the current year in UTC.
| |
| | |
| {Month}: Returns the current month in UTC.
| |
| | |
| {WeekDay}: Returns the current day of the week in UTC.
| |
| | |
| {Date}: Returns the current date (Month, Day, Year).
| |
| | |
| {Time12}: Current time in 12-hour format (6:06 PM).
| |
| | |
| {Time25}: Current time in 24-hour format (18:06).
| |
| | |
| {GeneratedNumber}: Generated random number.
| |
| | |
| {GeneratedItem}: Generated random item.
| |
| | |
| {args1}: The entire message string.
| |
| | |
| {args2}: The entire message string after the first space.
| |
| | |
| {args3}: The entire message string after the second space.
| |
| | |
| {args4}: The entire message string after the third space.
| |
| | |
| {args5}: The last word of the message string.
| |
| | |
| {word1}: The first word of the message string.
| |
| | |
| {word2}: The second word of the message string.
| |
| | |
| {word3}: The third word of the message string.
| |
| | |
| {word4}: The fourth word of the message string.
| |
| | |
| {word5}: The fith word of the message string.
| |
| | |
| [(variable name)->(variable content)]: Write the custom variable. Content empty means variable is deleted. Max is 3 at a time. Doesn't save between game and guilds and on rejoin.
| |
| | |
| {(variable name)}: Read the custom variable.
| |