Discord bot | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Discord bot

In what programing language is a discord bot programmable?

14th Jul 2022, 2:43 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
37 Answers
+ 7
If you really want to create a discord bot, you will need to actually READ documentation and tutorials. That means you will need to Google some stuff. Tibor Santa gave you a link, try it.
14th Jul 2022, 4:56 PM
Lisa
Lisa - avatar
+ 4
Discord has got a REST API that works over HTTP protocol. It can be used with virtually ANY program language. https://discord.com/developers/docs/reference
14th Jul 2022, 2:56 PM
Tibor Santa
Tibor Santa - avatar
+ 2
You can choose between a variety of languages.
14th Jul 2022, 2:52 PM
Lisa
Lisa - avatar
+ 2
There is no "best".
14th Jul 2022, 2:54 PM
Lisa
Lisa - avatar
+ 2
I think Python is cool solution,if you want to do bots, because this language is made for automation and also for making bots
16th Jul 2022, 2:24 PM
Breakme
+ 1
before you can import a module, you need to make sure it is installed and Python can find it. Did you use pip? What error do you get?
15th Jul 2022, 5:43 PM
Lisa
Lisa - avatar
+ 1
Janne yes, unfortunately it is no longer updated. The best option for this issue is to use forks like nextcord or pycord.
16th Jul 2022, 3:26 PM
Chris Barrera
Chris Barrera - avatar
0
Chris Barrera discord.py??? Its soo good
16th Jul 2022, 7:49 AM
Janne
Janne - avatar
0
Легкая документация есть для Python.. https://discordpy.readthedocs.io/en/latest/
16th Jul 2022, 10:37 AM
Yakov Voronin
0
Can someone help me make a bot?
25th Feb 2023, 9:44 PM
Ethan Barlous
Ethan Barlous - avatar
- 1
Yeah, but what's the best?
14th Jul 2022, 2:53 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
- 1
Ok, i'll try php
14th Jul 2022, 2:55 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
- 1
I only can recommend Javacord that's a Java based libary for discord Bots. I myself can't tell you more(got that from a friend).
14th Jul 2022, 4:35 PM
Felix Alcor
Felix Alcor - avatar
- 1
In my opinion python is the best for it… I wouldnt recommend php
14th Jul 2022, 4:50 PM
Janne
Janne - avatar
- 1
Ok
14th Jul 2022, 4:50 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
- 1
But idk were to get the API
14th Jul 2022, 4:51 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
- 1
Use discord.py Its easy to use and works really good
15th Jul 2022, 7:46 AM
Janne
Janne - avatar
- 1
i find python the easiest language to make a discord bot in. i use d.py (discord.py) for my discord bots and its fairly simple to use if you understand most of the python basics
15th Jul 2022, 3:31 PM
bwv822 🇨🇦
bwv822 🇨🇦 - avatar
- 1
Do you know were can i get the API?
15th Jul 2022, 5:21 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar
- 1
i havent done python in a while but i think u do "import discord.py" or "import discord.ext.commands"
15th Jul 2022, 5:22 PM
bwv822 🇨🇦
bwv822 🇨🇦 - avatar