diff --git a/Client/controllers/botController.js b/Client/controllers/botController.js index a61c606..b8a4f2e 100644 --- a/Client/controllers/botController.js +++ b/Client/controllers/botController.js @@ -24,7 +24,9 @@ function getGuilds(req) { * Get Status of the discord process */ exports.getStatus = (res, req) => { + log.INFO("Getting the status of the bot"); guildIds = getGuilds(req); + log.DEBUG("Guild IDs: ", guildIds); var guildStatuses = [] for (const guildID of guildIds){ status({guildID: guildID, callback: (statusObj) => {