Updating to Bit 2024.2
Bit 2024.2 changes very little, however we HIGHLY recommend following this guide to update.
Use new context and installation types.
Discord.JS officially released the ability to create user-installable apps as of discord.js 14.16.0, as such we've deprecated our old method for this and have switched to the official method.
Code to remove from commands
Copy
Code to add to commands
(Should be in the line JUST before async execute(interaction) and include the comma)
Copy
Main config moved
Bits main config file has been moved to /configs/bit/ please be sure to update your imports if you use the values in Bits default config file.
Was this helpful?