fix(follow): correct integration type from GuildInstall to UserInstall

This commit is contained in:
2025-10-31 07:52:45 +01:00
parent 2822908ea0
commit bbd071c44f

View File

@@ -8,7 +8,6 @@ const cmd : CommandDefinition = {
.setName('follow')
.setDescription('Enables/disables the receipt of service status notifications.')
.setIntegrationTypes(
ApplicationIntegrationType.GuildInstall,
ApplicationIntegrationType.UserInstall
)
.setContexts(