From 6524ff22fb389599a6bfee819422d3eafacd6bf6 Mon Sep 17 00:00:00 2001 From: artie Date: Sat, 15 Feb 2025 20:13:10 +0100 Subject: [PATCH] unnecessary parens --- src/client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.ts b/src/client.ts index c005948..8e4cf2e 100644 --- a/src/client.ts +++ b/src/client.ts @@ -114,11 +114,11 @@ export class ArtemisClient extends Client { ApplicationIntegrationType.GuildInstall, ApplicationIntegrationType.UserInstall ) - .setContexts([ + .setContexts( InteractionContextType.BotDM, InteractionContextType.Guild, - InteractionContextType.PrivateChannel, - ]) + InteractionContextType.PrivateChannel + ) .toJSON() ); const ownerCommands = this.commands