
Best programming language for Discord Bot : r/discordapp - Reddit
Jan 25, 2017 · If you plan to distribute it, use C#. If you need to make it do millions and millions of things really, really fast, use C#. If you want to learn how to program in general so you can apply it later in life, use C#. But if you just want to start making a neat Discord bot really fast for fun, Python is almost definitely what you want.
[Discord Bot] Choosing the correct programming language
Oct 20, 2020 · For NodeJS, you already that you will have to use discord.js as your main package. For Python, it will be discord.py, obviously. To conclude, there is many languages which have a discord package to make your discord bot. See according to your own preferences first, it's the best advice I can tell you.
Discord Bot programming language : r/discordbots - Reddit
Sep 12, 2022 · Discord bot using java r/discordapp • My kid (11) desperately wants to get on Discord, their friends use it to communicate (even for schoolwork & stuff) and there's a community group they wants to join for one of their interests/hobbies.
r/programming on Reddit: Ever wanted to write Discord bots in C ...
Mar 12, 2022 · Not sure why youre being downvoted, this is a very legitimate concern with C programming. You can make a lot of the safety features modern languages have but they arent there by default and unless you are very experienced and know what youre doing, writing a bot in C thats gonna take input from a large chat room is asking for trouble.
Is making a discord bot a worthwhile project? : …
Apr 8, 2020 · The most barebones discord bot that connects to a given server/channel and listens for "!hello" and replies "Hello!"? Might teach you a thing or two, I suppose. An advanced bot that can be in multiple servers, have tons of functions neatly separated with user access control, API integrations and voice capability?
Is coding a Discord Bot worth it? : r/learnprogramming - Reddit
Jun 6, 2023 · Totally agree. A discord bot was an early project for myself and some friends during school and it was great for learning. Some.of the extra curriculars we picked up on were: version control and collaboration tools software deployment some AWS experience to host the bot dealing with constructive criticism from others in our program
What language are discord bots written in? : r/discordapp - Reddit
Feb 5, 2017 · Depends on the bot, most likely use an API wrapper library for whatever language they're written in. By extension of that, there are tons of different libraries for Discord. These here are all the libraries curated by Discord, but there are tons more. If you don't like any on that list, you could join the unofficial API server and see what they ...
Practice competitive programming in Discord - Reddit
Oct 18, 2021 · Hello everyone , Thanks to CodeForces's API , i developed a discord bot that can help new competitive coders and enthusiasts alike , to practice their skills right from their discord server. My bot is named PraccForces (name by my buddy K9TN) , it can :
[Guide] How to Make a simple Discord Bot : r/learnprogramming
Let's end the index.js with some code taken from Discord.js documentation which makes the bot authenticate with the given TOKEN const token = process.env.TOKEN; client.login(token); Follow this tutorial and grab your Discord User Token Now, you start your node server for your bot, enter this in your console: TOKEN='Discordusertoken' npm start
Discord.js or Discord.py, Which would be better for the …
I use Discord.JS and I found it very challenging to learn it and JavaScript. More so than learning Source Pawn, which is a functional programming language for Source engine game servers which is a bit like C and Java I read. My friend used Python and he was able to set up a bot pretty quickly using Discord.py and a starter bot project. It took ...