This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
What is easier to develop bots with: Javascript or Python? I have a little bit of experience with JS while making some websites, but none with python
Personally, I started with JavaScript and moved to python and I've gotta say I enjoy using the python library way more than I did with discord.js. Type contracts make a huge difference for me, and cogs help me to organize my code way better. If that wasn't enough, making a help command was way more intuitive and easy with discord.py as you can have the help command use the python docstrings as the help message, meaning if you document your code you're also writing your help command as you go on the fly
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Discord_Bot...