mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
fix client manager docs oops
This commit is contained in:
parent
e0c987c1b2
commit
871c60c8dd
2 changed files with 1 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,6 @@ const Constants = require('../util/Constants');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages the State and Background Tasks of the Client
|
* Manages the State and Background Tasks of the Client
|
||||||
* @class ClientManager
|
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
class ClientManager {
|
class ClientManager {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue