unnecessary parens

This commit is contained in:
artie 2025-02-15 20:13:10 +01:00
parent 716a4532a1
commit 6524ff22fb

View File

@ -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