You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m at work so I will be updating this more later, and I can’t look into it at the moment.
I’ve noticed that the bot stopped, updating embed right at 3:55 am this morning, I’m hoping it crashed the server as the login system isn’t set up yet so I can search through the console screen to see what caused the issue
I think it maybe the bot lost connection to the internet as I haven’t seen this issue
The text was updated successfully, but these errors were encountered:
I believe it had to do with the graph_url only being defined in a if statement
discord/bot.js
let graph_url;
// Create the Player Graph
if (!server_settings.graph_settings.disable) {
graph_url = await createGraph(guild_id, server_uuid);
logger.debug(`Done! Graph can be found here`);
logger.debug(`${graph_url}`);
}
I believe I have fixed a couple of issues:
* Possible Fix for [issue #9](#9)
* Possible Fix for [issue #1](#1)
Added a new feature
* Added a logging system
I’m at work so I will be updating this more later, and I can’t look into it at the moment.
I’ve noticed that the bot stopped, updating embed right at 3:55 am this morning, I’m hoping it crashed the server as the login system isn’t set up yet so I can search through the console screen to see what caused the issue
I think it maybe the bot lost connection to the internet as I haven’t seen this issue
The text was updated successfully, but these errors were encountered: