I'm begining with my first bot!

This page summarizes the projects mentioned and recommended in the original post on /r/discordbots

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • guide

    The official guide for discord.js, created and maintained by core members of its community. (by discordjs)

    If you’re using python there are lots of examples on the discordpy github (make sure to use app commands otherwise it will not be slash commands) for discord.js there is discordjs.guide. Just a few examples. You have the entire internet at your hands. When in doubt, google it :)

  • discord.js

    A powerful JavaScript library for interacting with the Discord API

    I would honestly suggest just using javascript. As someone who used both a lot I can tell you that they are not very different in terms of how hard they are. Js migh look more complicated with all the { } but you will relize that it is even more readable that way. There are also a lot more resources to learn discord bot development with node.js than with python. Js also has a great library for discord called discord.js. onec you get the hang of it, it is very easy especially with the great yet simple documentation that you can find on https://discord.js.org

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • discord.py

    Discontinued An API wrapper for Discord written in Python.

    If you’re using python there are lots of examples on the discordpy github (make sure to use app commands otherwise it will not be slash commands) for discord.js there is discordjs.guide. Just a few examples. You have the entire internet at your hands. When in doubt, google it :)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts