mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
docs(Client): mark _finalize as private (#6281)
This commit is contained in:
@@ -366,6 +366,7 @@ class Client extends BaseClient {
|
|||||||
* @param {Function} options.cleanup The function called to GC
|
* @param {Function} options.cleanup The function called to GC
|
||||||
* @param {string} [options.message] The message to send after a successful GC
|
* @param {string} [options.message] The message to send after a successful GC
|
||||||
* @param {string} [options.name] The name of the item being GCed
|
* @param {string} [options.name] The name of the item being GCed
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
_finalize({ cleanup, message, name }) {
|
_finalize({ cleanup, message, name }) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user