#22 - Add Automated Docs #24

Merged
logan merged 16 commits from automated-docs-#22 into main 2024-08-17 19:48:47 -04:00
Showing only changes of commit cf9f48dfa7 - Show all commits

View File

@@ -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;