diff --git a/src/index.ts b/src/index.ts index 5ec5923..8dd28e5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,7 +46,7 @@ client.on(Events.InteractionCreate, async (interaction: Interaction) => { .setName('GIF') .setType(ApplicationCommandType.Message) .setContexts([ InteractionContextType.Guild, InteractionContextType.BotDM, InteractionContextType.PrivateChannel ]) - .setIntegrationTypes([ ApplicationIntegrationType.UserInstall ]) + .setIntegrationTypes([ ApplicationIntegrationType.UserInstall, ApplicationIntegrationType.GuildInstall ]) ] }, );