mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
@@ -20,6 +20,7 @@
|
||||
* shard_id: 0,
|
||||
* shard_count: 0,
|
||||
* fetch_all_members: false,
|
||||
* disable_everyone: false,
|
||||
* };
|
||||
* ```
|
||||
* @typedef {Object} ClientOptions
|
||||
@@ -43,6 +44,7 @@ exports.DefaultOptions = {
|
||||
shard_id: 0,
|
||||
shard_count: 0,
|
||||
fetch_all_members: false,
|
||||
disable_everyone: false,
|
||||
};
|
||||
|
||||
exports.Status = {
|
||||
|
||||
Reference in New Issue
Block a user