diff --git a/src/discordBot/modules/presenceManager.mjs b/src/discordBot/modules/presenceManager.mjs index ab7a452..b451014 100644 --- a/src/discordBot/modules/presenceManager.mjs +++ b/src/discordBot/modules/presenceManager.mjs @@ -4,6 +4,9 @@ import { } from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs"; import { ActivityType, PresenceUpdateStatus, Client } from "discord.js"; +/** + * Control the presence or activity of the discord bot. + */ class PresenceManager { /** * Creates an instance of PresenceManager.