Skip to content

Commit 1844a28

Browse files
committed
chore: remove GUILD_MEMBERS intent
1 parent 07e29b5 commit 1844a28

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/mean-turkeys-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-jellycommands': patch
3+
---
4+
5+
remove GUILD_MEMBERS intent

packages/create-jellycommands/src/js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const client = new JellyCommands({
77
events: 'src/events',
88

99
clientOptions: {
10-
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS],
10+
intents: [Intents.FLAGS.GUILDS],
1111
},
1212

1313
dev: {

packages/create-jellycommands/src/ts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const client = new JellyCommands({
77
events: 'src/events',
88

99
clientOptions: {
10-
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS],
10+
intents: [Intents.FLAGS.GUILDS],
1111
},
1212

1313
dev: {

0 commit comments

Comments
 (0)