Your bot can send two types of message, a normal message (that looks like something you would type) an an embed message.

  1. Discord Bot Maker Tutorial
  2. Discord Bot Maker
  1. Give your Discord server a unique identity by creating a logo using this template. Our Discord server icon maker generates logos with dimensions of 512x512 pixels as specified by Discord themselves. To use the template, add custom text and images to create your server logo, then export and download the file for uploading to Discord.
  2. 128x128 Custom Discord Emote Maker Use this emote template to make a custom Discord emoji. Discord emojis have a strict size restriction, so set your image or PNG to be 128x128 pixels big. With this template, you can crop your image so that it's the right size for Discord and meets the platforms dimension requirement.
  3. Discord Bot Maker is a powerful bot development tool for the #1 text and voice chat service for gamers: Discord. With this tool, you and your teammates can take your social experience to the next level! Explanation One of the most prominent features provided by Discord is the official support for bot accounts.
  4. Discord Bot Maker is a powerful bot development tool for the #1 text and voice chat service for gamers: Discord. With this tool, you and your teammates can take your social experience to the next level!

To create an embed you must have at least three actions

Discord Bot MakerDiscord bot maker mac

Discord Bot Maker.zip 30 MB. Sticky Open Source. By jtrent238 5 posts. Sticky Discord Bot Maker T-Shirt. By jtrent238 1 post.

Maker

1. Create embed - you must create an embed first. If you've not created an embed you won't be able to send it. THIS IMAGE is a full explaination of what the fields mean.For this example we'll use the following settings:

Discord bot maker dm

2. Add embed field OR set embed description - If you want to add more content to your embed you can add a field or description. You can do both if you wish as well. The main difference is that the Description field does not have a required header, as the 'embed title' is considered the header. the embed field item requires both a name and a description.For this example we'll use the following settings (Both an embed description AND an embed field):

3. Add a footer (with a script) - If you don't have DBM Mods you can add an embed footer with a script. This will add the authors username and avatar to the embed footer. If you want to add more text you can modify the script text.

Script Text:tempVars('e').setFooter(member.displayName, msg.author.avatarURL)

Modified Script Text:tempVars('e').setFooter(member.displayName + ' Some Other Text', msg.author.avatarURL)

Discord Bot Maker Tutorial

4. Send the embed - after you've created the embed with all its fancy fields you must send it!DBM Defaults to 'Same Channel' which will send the embed to the same channel as the command message. You've got the same options here as you do a normal send-message. (If you send the message to a user the user will recieve a DM unless they have those blocked)

Discord Bot Maker

THE RESULT:If you've copied all of the steps above you should end up with an embed like this: