Skip to content

Commit 5668c9d

Browse files
committed
fix: add ownerId to configuration
1 parent 3d112c5 commit 5668c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/harmonix.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export interface HarmonixOptions {
1616
events: HarmonixEventInput[]
1717
defaultPrefix: string
1818
intents: BitFieldResolvable<GatewayIntentsString, number>
19-
clientId: string
19+
clientId: string,
20+
ownerId: string | string[]
2021
}
2122

2223
type DeepPartial<T> =

0 commit comments

Comments
 (0)