mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-23 05:01:54 +01:00
fix(follow): correct integration type from GuildInstall to UserInstall
This commit is contained in:
@@ -8,7 +8,6 @@ const cmd : CommandDefinition = {
|
|||||||
.setName('follow')
|
.setName('follow')
|
||||||
.setDescription('Enables/disables the receipt of service status notifications.')
|
.setDescription('Enables/disables the receipt of service status notifications.')
|
||||||
.setIntegrationTypes(
|
.setIntegrationTypes(
|
||||||
ApplicationIntegrationType.GuildInstall,
|
|
||||||
ApplicationIntegrationType.UserInstall
|
ApplicationIntegrationType.UserInstall
|
||||||
)
|
)
|
||||||
.setContexts(
|
.setContexts(
|
||||||
|
|||||||
Reference in New Issue
Block a user