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! Discord Bot Maker.zip 30 MB. Sticky Open Source. By jtrent238 5 posts. Sticky Discord Bot Maker T-Shirt. By jtrent238 1 post. Simple, powerful, free tools to create and use millions of apps. Bot Designer For Discord is a free-to-use bot maker available for Android, iOS and web. It's capable of developing nearly all types of bots - from simple 'echo' bots, to advanced multi-purpose administration ones. Start with easy command creator, and end with advanced javascript commands.
Your bot can send two types of message, a normal message (that looks like something you would type) an an embed message.
To create an embed you must have at least three actions
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:
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 Pc
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 Sql
THE RESULT:If you've copied all of the steps above you should end up with an embed like this: