0
Where to Begin?
I’d like to make a text based MMORPG Tycoon Bot on Discord, and I’m not sure where to begin. I’ve asked around and some people use JavaScript and some used node.JS while others used Python3+. Curious as to which would be easier to learn/update/manage, and once I’ve completed the courses offered here, how do I begin? With like Currency, Exp, ect.
3 Respostas
+ 2
I don't know with which programming language you are familiar with, but you can code a bot in python, javascript, java, ..., or using nodejs.
the very first thing: you have to be logged in to the discord server, and follow the bot creating instructions, using the API.
https://discordpy.readthedocs.io/en/stable/discord.html
I hope this helps.
0
Should be noted I do not have access to a PC. I am on an iPad 12.5” 5thGen w/ Magic KeyBoard (iOS 17+)
0
Mihaly Nyilas I planned to write it with JavaScript as that is what I am learning right now, but if Python is easier than I would prefer to switch to learning that. I’ve never coded before this, so I know it’s an ambitious first project but I am excited to take it on and learn.
I already have done what the link suggested, now I just need to write the code for the bot…