fix(): enable guild-install
This commit is contained in:
parent
74609d5ad5
commit
fa6e06ce62
@ -46,7 +46,7 @@ client.on(Events.InteractionCreate, async (interaction: Interaction) => {
|
|||||||
.setName('GIF')
|
.setName('GIF')
|
||||||
.setType(ApplicationCommandType.Message)
|
.setType(ApplicationCommandType.Message)
|
||||||
.setContexts([ InteractionContextType.Guild, InteractionContextType.BotDM, InteractionContextType.PrivateChannel ])
|
.setContexts([ InteractionContextType.Guild, InteractionContextType.BotDM, InteractionContextType.PrivateChannel ])
|
||||||
.setIntegrationTypes([ ApplicationIntegrationType.UserInstall ])
|
.setIntegrationTypes([ ApplicationIntegrationType.UserInstall, ApplicationIntegrationType.GuildInstall ])
|
||||||
] },
|
] },
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user