Discord Bot Maker

  1. If your bot didn't respond to your '!Intro' in Discord, go through this wikiHow again and check to make sure your bot is set up correctly. Make sure: Node.js installed correctly. The Bot Token is entered correctly in your auth.json file. You’re in the same channel as the bot. The bot is on the server.
  2. Create your own discord bot in 5 minutes with no coding required. Use our discord bot maker to create a bot for moderation, music, twitch.tv, fortnite and more.

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)

Maker

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

Discord bot maker free download

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 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. The bot doesn’t yet have the permission to kick someone. Therefore, we’ll create a bot role that gives permission to kick members, and we’ll assign this role to our favorite little bot. Go to your Discord app and click on your server’s name then on Server Settings; Click on Roles, then on the + icon. Add a name to the role. 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 Developer Portal

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