Disturbed Docs
Disturbed Docs
  • Overview
  • Command List
  • SETTINGS
    • Getting Started
      • Currency / Economy
      • Currency Drop + Pick
      • greet / leave / boost messages
    • Configuration keys
  • AUTORESPONDER
    • Quick-start
    • Guides
      • Beginner I: Using Simple Placeholders
      • Beginner II: Using Simple Functions
      • Intermediate I: Ranges and Making Choices
      • Intermediate II: Locked Choices
    • Resources
      • Variables, Placeholders & Functions
      • Examples
        • .bake command
      • Utility commands / Examples
        • Self-Verification System
        • Antiswear/Blacklisted Words
        • Anti Link/Advertising
        • Click to Disable Pings (e.g. Partner Pings)
        • Say Command
        • Invite Reward System
  • Modules
    • Basic Features
      • AFK system
      • Ping On Join (POJ)
      • Giveaway System
    • Advanced Modules
      • On Duty System
      • Invite & Promo Tracking
Powered by GitBook
On this page
  • ✎ What are Placeholders?
  • ✎ Using multiple Placeholders
  1. AUTORESPONDER
  2. Guides

Beginner I: Using Simple Placeholders

let's talk a bit about how to use simple placeholders to manipulate the response of mimu.

Last updated 3 months ago

✎ What are Placeholders?

  • placeholders are variables that you can put in your response in order for mimu to replace with context.

  • an example would be mentioning the user who sent the message using {user}. this allows you to personalize the response.

✎ Using multiple Placeholders

  • using multiple placeholders work exactly the same way as how you'd expect.

  • let's make an autoresponder called .userinfo that responds with users' information!

  • this is the command i typed:

/autoresponder add trigger:.userinfo reply:hi {user}! this is your info! user tag: {user_tag} username: {user_name} discrim: {user_discrim} id: {user_id} nick: {user_nick} joined server on: {user_joindate} joined discord on: {user_createdate} your color in this server is {user_displaycolor} you've boosted since: {user_boostsince} you have {user_balance} {server_currency}!

creating our autoresponder to mention the user who ran the command
what mimu replies with!
and voila! we've got it!