Skip to content

Commit 9b5b877

Browse files
committed
chore(playground): add 'Guilds' intent
1 parent 13cff82 commit 9b5b877

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

playground/harmonix.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import { defineHarmonixConfig } from '../src'
22

3-
export default defineHarmonixConfig({})
3+
export default defineHarmonixConfig({
4+
client: {
5+
intents: ['Guilds']
6+
}
7+
})

0 commit comments

Comments
 (0)