-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recode in discord.js #6
Comments
Hi! This makes 0 sense at all, this was the announcement of the discord.py module being shutdown. This lib was used for Python developers to interact with the Discord API. Therefore recoding it in Discord.JS is pointless. |
Also, the lib was not deleted, only discontinued, meaning no new updates will be happening. |
Recoding in a currently-maintained library allows us to implement new features such as buttons, slash commands, and other features that discord might add in the future. A generally accepted good practice is to stay up-to-date on software. Even though it may not be absolutely necessary at this point in time, recoding allows us to ensure that we can continue maintaining BirdTickets if/when discord.py becomes insufficient to implement the features that we want to implement. |
If you're looking to continue with the development in Python, I recommend you look into the Pycord module. You can join the discord server here; discord.gg/pycord |
Oh wow, thanks so much for the reference to Pycord! I don't think Bot and I ever really considered it. That would probably work. I'd like to get @drbot7 's thoughts on using Pycord rather than discord.js before closing this issue, though. |
Yeah, I discovered it through a friend of mine who owns the Defender bot, which is an Anti-Nuke written in Python. |
https://gist.github.com/Rapptz/4a2f62751b9600a31a0d3c78100287f1
The text was updated successfully, but these errors were encountered: