About 75,200 results
Open links in new tab
  1. How to Make a Discord Bot (Step-by-Step Tutorial) - YouTube

    In this video, I’ll show you how to make a custom Discord bot from scratch using JavaScript and Discord.js.

  2. How to Make a Discord Bot: an Overview and Tutorial - Toptal

    Jan 16, 2026 · In this Discord bot development tutorial, we’ll review the Discord user interface, and its REST and WebSocket APIs for bots before moving on to a tutorial where we’ll write a simple …

  3. How to Make a Discord Bot - GeeksforGeeks

    Jul 23, 2025 · Discord is a real-time messaging platform with large support for programmable bots that are used for various tasks. Bots are present on Discord and provide a wide range of services, like …

  4. How to Create a Bot on Discord: A Beginner's Guide - wikiHow

    Jan 15, 2026 · 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 …

  5. JavaScript Discord Bot Tutorial – Code a Discord Bot And Host it for …

    Mar 8, 2021 · This tutorial will show you how to use JavaScript and Node.js to build your own Discord bot completely in the cloud. You do not need to install anything on your computer, and you do not …

  6. How to Create a Discord Bot (Step-by-Step Guide)

    In this comprehensive guide, you'll learn how to create a fully functional Discord bot from scratch. We'll cover everything from setting up your development environment to deploying your bot with modern …

  7. How to create a Discord bot and add it to your server

    Jul 2, 2022 · Discord has evolved into a powerful platform. In this article, we'll tell you how to create a Discord bot and add it to your server.

  8. Start making a bot | Discord.Net Documentation

    To create commands for your bot, you may choose from a variety of command processors available. Throughout the guides, we will be using the one that Discord.Net ships with.

  9. Creating a Bot User - Discord Bot Tutorial

    That's it for the first part of the tutorial, you've created your very own bot user on Discord. Now you just have to do the fun bit - adding features - after all, what's a bot without features?

  10. Build a Discord Bot with Node.js - Codecademy

    In this tutorial, you’ll learn how to make your own Discord bot using Node.js, a runtime that lets you run JavaScript on the server side. Let us start by creating our server on Discord.