Mimu Bot
  • overview
  • command list
  • ⚙️Settings
    • getting started
      • currency / economy
      • activity + pick spawn
      • greet / leave / boost messages
      • deny commands
      • custom formatting
  • Currency System
    • getting started
    • setting up a server shop
  • 💸global currency
    • tickets
      • pets
        • taking care of your pet
    • stars
      • activity classes
  • autoresponder
    • your first autoresponder
    • guides
      • beginner i: using simple placeholders
      • beginner ii: using simple functions
      • intermediate i: ranges and making choices
      • intermediate ii: locked choices
      • advanced i: different matchmodes
      • advanced ii: using user arguments
      • advanced iii: modifying inventory and using args
      • expert i: static button responders
      • expert ii: instanced button responders
    • resources
      • variables - placeholders & functions
      • examples
        • custom currency command examples
          • .bake command
          • .bake command with items
          • .harvest command
          • .stealcookie command
          • .crime command
          • .steal [user] [amount] command
          • .sell command
        • manager/moderation commands
          • self-verification system
            • click a button to verify
            • type "i agree" to verify
          • manual verification system
          • self assignable roles
            • button roles
            • command roles (type +role)
            • command x button roles
          • .roleadd [user] [role] command
          • antiswear/blacklisted words
          • anti link/advertising
          • change to appropriate nickname command
          • .setnick [user] [nickname] command
          • click to disable pings (e.g. partner pings)
        • utility/fun commands
          • .serverinfo command
          • .nick [nickname] command
          • .suggest [text] command
          • .say commands
          • embed reaction command
          • embed action command (user arguments)
          • partner manager reward system
          • would you rather/.topic command
          • .poke [user] command
          • .8ball [text] command
          • mimu, rate [thing] command
          • .muteroulette [user] [user]... command
  • 🛄embeds
    • your first embed
    • embed guide
      • general/nonspecific embed
      • greet/welcome embed
      • leave/goodbye embed
      • rules embed
      • boost embed
  • 🔗quick links
    • ♡ support server
    • ♡ status page
    • ♡ feedback site
  • other
    • [03/2024] v8.10 - leaving patreon and restructuring supporter tiers
      • changelog & details
      • terms of purchasing, refunds, etc.
      • swapping over as an existing patron: early patron badge & more!
      • why are you moving away? what about the donation site?
Powered by GitBook
On this page

Was this helpful?

  1. autoresponder
  2. resources
  3. examples
  4. manager/moderation commands
  5. self-verification system

type "i agree" to verify

Previousclick a button to verifyNextmanual verification system

Last updated 1 year ago

Was this helpful?

please make sure you have set up the verified role (instructions can be found in self-verification system)

for setting up button-style verify, check out click a button to verify

message autoresponder (users type 'i agree' or '.verify' to verify)

  1. at the end of your rules, we suggest typing something like "type i agree to gain access to the rest of the server ~ !" to guide new members joining your server.

  2. create an autoresponder with i agree or .verify

    /autoresponder add trigger:i agree reply:{dm}{delete}{embed:#ceb3af}{addrole: read n agreed to rules}hi ! thank you for agreeing to the rules of our server, {user}! you have gained access to the rest of the server.

{dm} - makes it dm the user instead, so it doesn't clog up your channel

{delete} - makes it autodelete the invoked autoresponder

{embed} - would make it embed with the default embed color of the server; in this case to customise the color, we used {embed:#ceb3af} instead

you can also link a premade embed with {embed:embed_name_here}. more information on embeds can be found in the guide: .

{addrole:} adds the specified role in the brackets, this is the verified role the remaining text is the message in the embed you're sending to them

{requirechannel:} - optionally, you can add {requirechannel:#verify} to limit the autoresponder to be done in the verification channel, so people cannot run this AR elsewhere.

your first embed