chore: examples

This commit is contained in:
Elysia
2024-01-15 17:53:39 +07:00
parent 1304cf1c04
commit 7a8198841f
4 changed files with 49 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ const Sweepers = require('../util/Sweepers');
*/
class Client extends BaseClient {
/**
* @param {ClientOptions} options Options for the client
* @param {ClientOptions} [options] Options for the client
*/
constructor(options) {
super(options);