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