Mr. Tom / Documentation
  • Website
  • Home
  • Changelog
  • Premium
  • Getting Started
    • General Settings
    • Variables
  • Community Features
    • BattleCard Game
    • Comic
    • Joke
    • Leveling Features
    • PickForMe
    • Polling
    • Soundboard
    • User Feature
  • Messaging Features
    • Clear
    • Embed Feature
    • Say Feature
    • Tag Feature
  • Automator Features
    • Autopost
    • Notification Features
      • Notification Role
      • Notification Youtube
  • Tool Features
    • Button Features
      • Button Delete
      • Button Edit
      • Button Form
      • Button Link
      • Button Message
      • Button Role
      • Button Re-Arrange
    • Dropdown Features
      • Dropdown Role
      • Dropdown Edit
      • Dropdown Re-Arrange
      • Dropdown Delete
    • Get Features
  • Moderator Features
    • Role Features
    • Settings Features
      • Discord Slash Command Permissions
      • Unlock & Lock Premium
      • Welcome Feature Setting
    • Statistics Features
    • Welcome Features
Powered by GitBook
On this page
  • What is variable?
  • Example
  • User Variables
  • Server Variables
  • Leveling System Variables
  • Role Variables
  • Discord Variables

Was this helpful?

  1. Getting Started

Variables

In this page you will learn what is variable and how you use them to customize Mr. Tom message.

PreviousGeneral SettingsNextBattleCard Game

Last updated 3 years ago

Was this helpful?

What is variable?

Variable is a placeholder to tell Mr. Tom to insert a dynamic data on your message. Most variables start with an opening brace { and end with a closing brace }.

Check this: Variable names are case-sensitive.

Example

Let say you want to create custom welcome message on your server and you want to insert the new joined member info on your message. You can use and for that.

Your custom message: Hi {user_mention}! Welcome to {server_name} server 🥰 Result: Hi @CLY! Welcome to Mr Tom Support server 🥰

Good to know: You also can use to design your message.

User Variables

Variable Name
Description

{user_name}

To insert user name. Example: CLY

{user_tag}

To insert user tag. Example: CLY #6333

{user_mention}

To mention user. Example: @CLY

Server Variables

Variable Name
Description

{server_name}

To insert server name

Leveling System Variables

Variable Name
Description

{level}

To insert user new level

{reward}

To insert user new reward

Role Variables

Variable Name
Description

{roles}

To insert roles

Discord Variables

Description
Example

<#ID>

Discord Channel. Replace the ID with channel ID and it will mention the channel

<#862490123597119530>

<@ID>

Discord User. Replace the ID with User ID and it will mention the user

<@272518184400322581>

<@&ID>

Discord Role. Replace the ID with Role ID and it will mention the role

<@&934198707765784606>

Tips: To get the ID you can use .

User Variables
Server Variables
discord markdown
Get Features