Fix jsdoc bug
- Was importing class within the jsdoc
This commit is contained in:
@@ -2,12 +2,12 @@ import {
|
||||
getConfig,
|
||||
setConfig,
|
||||
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
||||
import { ActivityType, PresenceUpdateStatus } from "discord.js";
|
||||
import { ActivityType, PresenceUpdateStatus, Client } from "discord.js";
|
||||
|
||||
class 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) {
|
||||
this.client = client;
|
||||
|
||||
Reference in New Issue
Block a user