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 bb0391b commit a466b9bCopy full SHA for a466b9b
src/lib/GClient.ts
@@ -62,7 +62,7 @@ export interface GClientOptions extends ClientOptions {
62
| ((message: Message) => Awaitable<GClientMessagePrefix>)
63
| GClientMessagePrefix;
64
/**
65
- * Whether to send a message for an unknown command.
+ * Whether to send a message for an unknown message command.
66
* @type {boolean}
67
*/
68
unknownCommandMessage?: boolean;
0 commit comments