We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cff82 commit 9b5b877Copy full SHA for 9b5b877
playground/harmonix.config.ts
@@ -1,3 +1,7 @@
1
import { defineHarmonixConfig } from '../src'
2
3
-export default defineHarmonixConfig({})
+export default defineHarmonixConfig({
4
+ client: {
5
+ intents: ['Guilds']
6
+ }
7
+})
0 commit comments