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 431d716 commit 4dad82cCopy full SHA for 4dad82c
src/lib/GClient.ts
@@ -99,6 +99,7 @@ export interface GClientOptions extends ClientOptions {
99
* The guild id that will serve as the development server for your application.
100
*
101
* If this option is present, all slash commands will be registered only for the specified guild id.
102
+ * However, if the command contains the `guildId` option, it is used instead of this option.
103
104
* @type {Snowflake}
105
*/
0 commit comments