+ 2
Discord bot
In what programing language is a discord bot programmable?
37 Réponses
+ 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.
+ 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
+ 2
You can choose between a variety of languages.
+ 2
There is no "best".
+ 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
+ 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?
+ 1
Janne yes, unfortunately it is no longer updated. The best option for this issue is to use forks like nextcord or pycord.
0
Chris Barrera discord.py??? Its soo good
0
Легкая документация есть для Python..
https://discordpy.readthedocs.io/en/latest/
0
Can someone help me make a bot?
- 1
Yeah, but what's the best?
- 1
Ok, i'll try php
- 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).
- 1
In my opinion python is the best for it…
I wouldnt recommend php
- 1
Ok
- 1
But idk were to get the API
- 1
Use discord.py
Its easy to use and works really good
- 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
- 1
Do you know were can i get the API?
- 1
i havent done python in a while but i think u do "import discord.py" or "import discord.ext.commands"