Fix jsdoc bug
- Was importing class within the jsdoc
This commit is contained in:
@@ -2,12 +2,12 @@ import {
|
|||||||
getConfig,
|
getConfig,
|
||||||
setConfig,
|
setConfig,
|
||||||
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
||||||
import { ActivityType, PresenceUpdateStatus } from "discord.js";
|
import { ActivityType, PresenceUpdateStatus, Client } from "discord.js";
|
||||||
|
|
||||||
class PresenceManager {
|
class PresenceManager {
|
||||||
/**
|
/**
|
||||||
* Creates an instance of PresenceManager.
|
* Creates an instance of PresenceManager.
|
||||||
* @param {import('discord.js').Client} client - The Discord client instance.
|
* @param {Client} client - The Discord client instance.
|
||||||
*/
|
*/
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
this.client = client;
|
this.client = client;
|
||||||
|
|||||||
Reference in New Issue
Block a user