ThePhaseCat / PhaseSMP-Bot

A Discord Bot used for the PhaseSMP, a private Minecraft Survival Server. Made using discord.js v14
MIT License
4 stars 1 forks source link

Change slash command handling system #11

Closed ThePhaseCat closed 2 years ago

ThePhaseCat commented 2 years ago

I've noticed in the guides for discord.js and their own documentation/examples that they use a completely different (and potentially better) slash command handling system (https://discordjs.guide/interactions/slash-commands.html#replying-to-slash-commands)

It seems to be modular and could potentially fix a bunch of issues that the current system has It may also be more advanced in general, and cleaner as well...

Putting this issue here to just say that this is something I might be looking at doing, but this would result in basically a complete rewrite of all the code in the bot, so I'm not entirely sure. (If I do go with this, everything will be in a separate branch as to avoid any conflicts with the already working bot code)

ThePhaseCat commented 2 years ago

Separate branch has been created (I wonder what's it's called...)

ThePhaseCat commented 2 years ago

No longer happening due to me realizing that this system is actually worse than the one I'm currently using