mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48: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')
|
||||
.setDescription('Enables/disables the receipt of service status notifications.')
|
||||
.setIntegrationTypes(
|
||||
ApplicationIntegrationType.GuildInstall,
|
||||
ApplicationIntegrationType.UserInstall
|
||||
)
|
||||
.setContexts(
|
||||
|
||||
Reference in New Issue
Block a user