mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Make default max_message_cache match docs
This commit is contained in:
@@ -38,7 +38,7 @@ exports.DefaultOptions = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
protocol_version: 6,
|
protocol_version: 6,
|
||||||
max_message_cache: 800,
|
max_message_cache: 200,
|
||||||
rest_ws_bridge_timeout: 5000,
|
rest_ws_bridge_timeout: 5000,
|
||||||
api_request_method: 'sequential',
|
api_request_method: 'sequential',
|
||||||
shard_id: 0,
|
shard_id: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user