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
  • ✎ step one
  • ✎ step two

Was this helpful?

  1. embeds
  2. embed guide

general/nonspecific embed

embeds aren't limited to things such as rules or welcome messages, they can be used for anything!

✎ step one

  • create the embed by using /embed create name:general_embed

  • you can name the embed anything you'd like, however we strongly recommend naming it something simple and easy to remember.

✎ step two

  • let's start to edit the embed to our liking!

  • remember : you can either outright use these edit commands, or use the buttons + modals from creating your embed to have an interactive text form.

you can edit any part of the embed to whatever you'd like! you can customize it to whatever you'd like to fit your server. this guide just goes through creating a common general embed.

  • editing the author: /embed edit author embed:general_embed text:{server_name} icon:{server_icon}

  • want something else for the author? just replace {server_name} & {server_icon} with whatever text/ image you'd like.

  • note: if you'd like an image in your author, its link must be in the icon: section of the command

  • editing the title: /embed edit title embed:general_embed title:learn about our server!

  • is this embed for something else? just replace learn about our server with whatever text you'd like c:

  • editing the description: /embed edit description embed:general_embed description:let's get comfy at {server_name} c:

    > owned by: {server_owner}

    > created on: {server_createdate}

  • is this embed for something else? just replace all the text after general_embed with whatever description text you desire.

Discord on PC/Desktop/select devices do not allow new lines in slash commands. If you're looking to have new lines/better spacing in your embed, we recommend either going through the text modal OR using the {newline} variable in place of where you want a new line to start.

  • editing our thumbnail: /embed edit thumbnail embed:general_embed image:{user_avatar}

  • editing our image: /embed edit image embed:general_embed image:https://cdn.discordapp.com/attachments/760988796249833472/907997718788603914/8E08317A-B423-43F5-8D50-CE505204532D.png

  • if you want a different image, make sure to grab the link! unsure how? click here

  • editing the color: /embed edit color embed:general_embed color:#607D3B

  • feel free to replace the hexcode at the end with any other hex code you'd like. if you need to find a hex code, click here

  • editing the footer: /embed edit footer embed:general_embed text:thanks for learning with me!

  • adding a timestamp: /embed edit timestamp embed:general_embed timestamp:True

  • . . . and we're done! we've created a general embed for our server.

  • we can either preview it in a channel using /embed show embed:general_embed or create an autoresponder for it.

premium servers are able to use /embed show webhook:option, which sends the embed as a webhook instead.

Previousembed guideNextgreet/welcome embed

Last updated 1 year ago

Was this helpful?

🛄
editing our embed's image