AtlantaBot
AtlantaBot copied to clipboard
v13 structure rewrite
First work of djs v13 support (base of the structure)
Thanks a lot for your pull request. I will use your structure to make the bases of the next version of Atlanta.
Thanks a lot for your pull request. I will use your structure to make the bases of the next version of Atlanta.
But this pr has been verified by Androz and probably be merge when the commands will be added. After reading your form, there are some misunderstandings
I understand, and the point is that at the moment the way the commands are done is not appropriate to work with the commands apps, a version 5 is already in the works, and I based myself on the structure that you proposed. I discussed it with Androz, we concluded that the next version (5) which should be released shortly will use a provisional operation, in order to provide a first version of Atlanta working with discord.js. It was accepted that we are not going to seek to optimize or remodel the bot in its version 5, we have decided to wait until discord.js releases its stable version 14, and we will completely rewrite the bot with this version, as well as the dashboard, and everything, in TypeScript, for the v6 of the bot. Therefore, in its version 5 in wip, we will only seek to test the operation of the bot with app commands.
This pr actually support application commands
Yes indeed, they allow support for application commands, but they don't use them in any command except ping, so on my side I rewrote all the bot commands to work with slash commands.