Guild
#1402
Replies: 1 comment
-
That is a very broad question with not a whole lot of an explanation as to what you are trying to achieve. If you want to retrieve information about a guild or limit certain aspects of your bot to a specific guild you would need to use some method to discern between guilds. In the code snippet you provide, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Part of the guide or code sample the question is about
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
Question
Do I have to add server ID? (in place of Guilds)
Beta Was this translation helpful? Give feedback.
All reactions