Hello, I am attempting to make my JavaScript d.js Discord Bot work with the new User Install feature (The new update). To do this, I need to modify the
handleCommands
handleCommands
, but this is only found with the normal discord.js framework, which leads me wondering how to add the system to make the new UserInstall feature work with my sapphire framework.
If anyone could assist, I would be grateful!
Solution
they should still work the same way. The only thing is that the commands need to be registered with
inside of the command registry. If youre using the builders i dont think they currently support it, but if youre putting in the raw API data it should work just fine