From bbd071c44f7655529b37a9e3a72f1400ff81cd93 Mon Sep 17 00:00:00 2001 From: CL TheDreWen Date: Fri, 31 Oct 2025 07:52:45 +0100 Subject: [PATCH] fix(follow): correct integration type from GuildInstall to UserInstall --- src/commands/utility/follow.command.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/utility/follow.command.ts b/src/commands/utility/follow.command.ts index b2183de..1a0dba8 100644 --- a/src/commands/utility/follow.command.ts +++ b/src/commands/utility/follow.command.ts @@ -8,7 +8,6 @@ const cmd : CommandDefinition = { .setName('follow') .setDescription('Enables/disables the receipt of service status notifications.') .setIntegrationTypes( - ApplicationIntegrationType.GuildInstall, ApplicationIntegrationType.UserInstall ) .setContexts(