mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 10:21:54 +00:00
unnecessary parens
This commit is contained in:
parent
716a4532a1
commit
6524ff22fb
@ -114,11 +114,11 @@ export class ArtemisClient extends Client {
|
|||||||
ApplicationIntegrationType.GuildInstall,
|
ApplicationIntegrationType.GuildInstall,
|
||||||
ApplicationIntegrationType.UserInstall
|
ApplicationIntegrationType.UserInstall
|
||||||
)
|
)
|
||||||
.setContexts([
|
.setContexts(
|
||||||
InteractionContextType.BotDM,
|
InteractionContextType.BotDM,
|
||||||
InteractionContextType.Guild,
|
InteractionContextType.Guild,
|
||||||
InteractionContextType.PrivateChannel,
|
InteractionContextType.PrivateChannel
|
||||||
])
|
)
|
||||||
.toJSON()
|
.toJSON()
|
||||||
);
|
);
|
||||||
const ownerCommands = this.commands
|
const ownerCommands = this.commands
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user