InviteLogger
  • Welcome
  • General topics
    • Invite tracking
      • 📩Setup Invite Tracking
      • 💬Edit join-leave messages
        • Edit log messages with the dashboard
        • Edit log messages using commands
      • 🔍What is a fake invite ?
        • Fake parameters
      • ❓Unable to tell who invited ?
      • 📑Required permissions
    • Slash Commands
      • 🏅 Rewarding
      • 🌀 Config
      • 💨 Invites
      • 👑 Premium
      • 💠 Utils
      • Legacy Commands
        • 🏅Rewarding deprecated
          • /RankConfig
          • /AddRank
          • /Ranks
          • /RefreshRanks
          • /RemoveRank
        • 🌀Config deprecated
          • /SetLogs
          • /SetFakeThreshold
          • /SetLang
          • /SetPermissions
          • /SetPrefix
        • 💨Invites deprecated
          • /AddInvites
          • /Graph
          • /Info
          • /Invites
          • /Leaderboard
          • /RemoveInvites
          • /ResetInvites
          • /RestoreInvites
          • /ImportInvites
        • 👑Premium deprecated
          • /Premium
          • /SmartLeaderboard
          • /SourcesConfig
        • 💠Utils deprecated
          • /BotInfos
          • /Credits
          • /GetBot
          • /Help
          • /Ping
          • /Vote
    • Integrations
      • 👧Miki
      • 🎯Double Counter
    • Configuration
      • Miscellaneous
      • Leaderboard
      • Commands
    • Upgrade ⬆️
  • Gold
    • What is inviteLogger gold?
    • How to get invitelogger gold
    • 🏅Features
      • Detailed /info
      • Sources
      • /createInvite command
      • SmartLeaderboard
      • Periodic leaderboard
      • inviteDeleter
      • Blacklist
      • Fake parameters
      • /invites command tooltip
      • Leaderboard customization
      • /whoused command
      • Webhooks
  • Private bot instances
    • What is a private bot instance ?
    • How to get one
      • Setup your private bot instance
    • Features
      • Customisation
      • Specific features
  • Advanced
    • Translate
    • Migrate from the classic
    • Messages from developpers
      • Legacy commands deprecation
      • Invites rank system removal
    • Updates
  • Legal
    • Terms of service
    • Privacy policy
  • Dashboard
  • 🛠️api
  • Invite the bot
Powered by GitBook
On this page
  • With the dashboard
  • Using commands
  • Placeholders

Was this helpful?

Export as PDF
  1. General topics
  2. Invite tracking

Edit join-leave messages

PreviousSetup Invite TrackingNextEdit log messages with the dashboard

Last updated 2 months ago

Was this helpful?

With the dashboard

Using commands

Placeholders

Placeholders (also called variables) allow you to customize join and leave messages following your needs

● For join and leave messages

Example
Description

{memberName}

chaun14

The discord username of the member.

{memberId}

417977361011572747

The discord ID of the member.

{memberFullName}

chaun14#1403

The username and discriminator of the member.

{memberMention}

@chaun14

The mention of the member (they will be pinged).

{memberImage}

[URL]

URL of the member's avatar.

{memberCreatedDate}

November 5th 2020, 8:00:36 pm

Date the discord user account was created.

{memberCreatedDateNew}

November 3, 2022 at 1:48 PM (<t:1667479680:f>)

Display member account creation date in a discord integrated date

{memberCreatedDuration}

3 months

Duration since the discord user account was created

{memberCreatedSince}

2 days ago

Display since when the member account has been created

{memberCreatedSinceNew}

2 days ago (<t:1667479680:R>)

Display since when the member account has been created in a discord integrated date

{inviteCode}

CxE6gyT

The invite code used.

{inviteValidCount} aka {inviteCount}

42

Gives the current invites count of the inviter.

{inviteBonusCount}

12

Number of invites the inviter has as bonus (assigned manually with /addinvites)

{inviteFakeCount}

18

Number of fake invites the inviter has.

{inviteLeaveCount}

5

Number of invites that were removed because the member left.

{inviteTotalCount}

69

Total number of joins & bonuses registered for this inviter (inviteValidCount + inviteBonusCount + inviteFakeCount)

{inviterName}

Spokloo

The discord username of the inviter.

{inviterId}

302901933419790347

The discord ID of the inviter.

{inviterMention}

@Spokloo

The mention of the inviter (user will be pinged).

{inviterFullName}

Spokloo#7791

The username and discriminator of the inviter.

{inviterCreatedDate}

April 15, 2017 at 1:48 PM (<t:1492260480:f>)

Display invite account creation date in a discord integrated date

{inviterCreatedSince}

6 years ago (<t:1492260480:R>)

Display since when the inviter account has been created in a discord integrated date

{guildMemberCount}

12357

Number of members your server has in total.

{guildName}

InviteLogger | Support 🌐

Gives the current name of the server.

{guildIcon}

[URL]

URL of the server's icon.

● For join only messages

Example
Description

{inviterImage}

[URL]

URL of the inviter's avatar.

{inviteUses}

3

Number of use of this invite code

{memberJoinedTime12}

1:56:24 pm

The time the member arrived in a 12h format

{memberJoinedTime24}

01:56:24

The time the member arrived in a 24h format

{memberJoinedTimeNew}

1:56:24 pm (<t:1667479680:T>)

The time the member arrived in a discord integrated date (auto format)

● For leave only messages

Example
Description

{memberJoinedAtDate}

November 5th 2020, 8:00:36 pm

Date when the member last joined this server

{memberJoinedAtDateNew}

November 3, 2022 at 1:48 PM (<t:1667479680:f>)

Date when the member last joined this server in a discord integrated date format

{memberJoinedAtTimeAgo}

2 days ago

Display relatively when the member has joined

{memberJoinedAtTimeAgoNew}

2 days ago (<t:1667479680:R>)

Display relatively when the member has joined in a discord integrated format

{memberJoinDuration}

3 months

Time the member spent on the server

● With inviteLogger gold

Example
Description

{sourceMessage}

They have joined from the source Twitter

The complete sentence which will be added on your join message (can be edited with /sourcesConfig setMessage your message here)

{sourceName}

Twitter

The name of your source (set on source setup)

{sourceDesc}

Users who come from twitter

The description of your source (set on source setup)

{sourceRoleName}

twitter

The name of your source role (set on source setup)

💬
Edit log messages with the dashboard
Edit log messages using commands