3.1.7 bug fixes

This commit is contained in:
SowinskiBraeden committed 2023-01-23 15:41:22 -08:00
1 parent 5dcd737189
commit a653b8d394
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -6,5 +6,5 @@ module.exports = async (client) => {
)
client.log(`Successfully Logged in as ${client.user.tag}`); // You can change the text if you want, but DO NOT REMOVE "client.user.tag"
client.log(`Ready to serve in ${client.channels.cache.size} channels on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users.`)
client.RegisterSlashCommands();
// client.RegisterSlashCommands();
};
+1 -1
View File
@@ -86,7 +86,7 @@ class LinesPoliceCadBot extends Client {
}
}
if (databaselogslogs.attempts >= 5) {
if (databaselogs.attempts >= 5) {
this.error('Failed to connect to mongodb after multiple attempts');
return; // prevent further attempts
}