Added disable_everyone (#603)

* Added disable_everyone

* Fixed docs
This commit is contained in:
Hackzzila
2016-09-04 13:03:59 -05:00
committed by Amish Shah
parent 48e7fad1c9
commit 3b7d5e869b
4 changed files with 13 additions and 5 deletions

View File

@@ -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 = {