/level set-announcement

Set the description that appears when a user levels up. This is shown in the level-up message and can include tags like {user} or {level}.


πŸ’¬ Usage

/level set-announcement <description>
  • <description> – The message content to show when a user levels up. Tags like {user} and {level} are supported.

πŸ“ Use this to personalize your server’s leveling experience and make it feel celebratory or themed.


πŸ“Œ Example

/level set-announcement "πŸŽ‰ {user} just reached Level {level}! Keep it up!"

This will:

  • Set your server’s level-up message to the one provided

  • Replace {user} and {level} with the actual user and their new level

  • Show this message automatically each time someone levels up


πŸ—ƒοΈ Notes

  • You can use Markdown in the message.

  • Supported tags:

    • {user} – Mentions the user

    • {level} – Shows the new level they reached

  • This affects all future level-up messages until changed again.


Last updated