Download Article
A beginner-friendly guide to creating your own Discord bot
Download Article

If you run a Discord server, you can use bots to take care of repetitive tasks, greet new people in channels, keep music playing, and so much more. Creating a bot in Discord is easy, and this guide will teach you how.

Things You Should Know

  • Open Discord and toggle on Developer Mode. Then, select "Discord API to create your bot application.
  • Create the bot on the Developer website and copy the token.
  • Click to generate a URL for the bot, then follow that URL to add the bot to your server.
Section 1 of 3:

Creating the Bot

Download Article
  1. Download Node.js from https://nodejs.org/en/download/ if you don't have it. You'll need to program the bot to be able to use it, and Node.js is a free JavaScript runtime that you’ll need to make your bot. You can pick either the Windows or macOS installer and which version. The LTS version is recommended for this process.
  2. Click the app icon that looks like a controller on a light background, or log into the web app at https://discord.com. You can do this on a Windows or Mac computer. In this section, you'll create an app that activates the bot, so you'll create an app and a bot.
    • Click the gear icon to open "User Settings."
    Advertisement
  3. It's in the menu on the left side of the "User Settings" window under the "App Settings" header.
  4. You'll see this included in the text with "Developer Mode."
    • Your browser will open to Discord's Developer Portal documents.
  5. You'll see this in the top left corner of the page.
    • Log into your Discord account again if prompted.
  6. You’ll see this on the right side of the browser. A window will pop up for your app’s name.
    • Type in the application's name, agree to the Discord Developer ToS, and click “Create.” You'll want to create a descriptive name, like "Greeterbot," if your app bot greets people. However, "Greeterbot" will most likely trigger errors later on because it's a popular name, so add a series of numbers after the name, like "Greeterbot38764165441."
  7. This is also the jigsaw puzzle piece icon.
  8. This is under the “Build-A-Bot” header.
    • Click “Yes, do it!” in the pop-up to confirm your action.
    • If you get an error about the name being too popular, go to the application page and change the app name. For example, “Music Bot” was too popular, so adding a few numbers to the end of the app helped.
  9. You’ll see this in the information area of your bot. When you click that text, you see a string of letters and numbers.
    • Click “Copy” to copy all that text. You can paste it on a sticky note somewhere, but make sure you have access to that code and don’t give it out to anyone. Whoever has that code can control the bot. This code will always be here if you need it.
  10. Advertisement
Section 2 of 3:

Sending the Bot to Server/Channel

Download Article
  1. This is also the jigsaw puzzle piece icon.
  2. You want "Public Bot" on if you want people other than yourself to have the ability to add the bot to their server. The toggle next to "REQUIRES OAUTH2 CODE GRANT" should be off unless the service your bot is using requires the toggle to be on.
  3. This menu has a section called "Scopes" with a bunch of empty checkboxes.
  4. For example, if you're creating a music-playing bot, you'd check Speak under "Voice Permissions."
  5. Click Copy next to the URL at the bottom of the page.
  6. Click your address bar in your web browser and paste the generated URL. A pop-up will prompt you to select a server to add the bot to.
    • Select a server you own or have admin permissions to, then confirm that you're human. Finally, click Authorize to finish adding the bot to your server.[1]
    • So far, you've created and added a bot to your Discord server! However, it won't reply to any commands or prompts until you code it. If you're not a skilled programmer, you can look into pre-programmed bots that you can simply add to your server.
  7. Advertisement
Section 3 of 3:

Popular Discord Bots

Download Article
  1. This bot will help you create AI-generated art, like portraits, landscapes, etc. You can easily add Midjourney to your server and subscribe to a plan so you can create art with AI.
  2. This is a great Discord management bot. You can adjust the settings so Mee6 shows your users leveling up.
  3. Use this bot to share dank memes in your Discord channels.
  4. While you can easily create polls using reaction emojis, you can also use this bot.
  5. A bot that plays music and supports Spotify and Soundcloud.
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    My bot says it's offline what do I need to do?
    Josh I Guess
    Josh I Guess
    Community Answer
    Have you done the code correctly? Try redoing the code. Make sure you do "node bot.js" without the quotes when you finish the code.
  • Question
    What do I do if it says error when typing node bot.js into command prompt?
    Josh I Guess
    Josh I Guess
    Community Answer
    Have you done the code correctly? Try redoing the code. Make sure you're typing everything right.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Tips

Submit a Tip
All tip submissions are carefully reviewed before being published
Thanks for submitting a tip for review!

About This Article

Darlene Antonelli, MA
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene Antonelli is a Technology Writer and Editor for wikiHow. Darlene has experience teaching college courses, writing technology-related articles, and working hands-on in the technology field. She earned an MA in Writing from Rowan University in 2012 and wrote her thesis on online communities and the personalities curated in such communities. This article has been viewed 99,514 times.
How helpful is this?
Co-authors: 13
Updated: November 20, 2023
Views: 99,514
Categories: Discord
Thanks to all authors for creating a page that has been read 99,514 times.

Is this article up to date?

Advertisement