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.
// Sets if the command can be used with the bot as a user-installed app or a guild-installed app.
integration_types: {
user: true,
guild: true,
},
// Sets if the command can be used in a guild-channel, the bots DMs or a private channel (only works IF the command is user-installable, group DMs and regular user DMs)
context_types: {
guildChannel: true,
botDM: true,
privateChannel: true,
},Main config moved
Last updated
Was this helpful?