enable logs

This commit is contained in:
SowinskiBraeden committed 2023-03-28 19:45:18 -07:00
1 parent fa02713ed7
commit 757dc4ca33
1 file changed
+1 -1
+1 -1
View File
@@ -7,5 +7,5 @@ module.exports = async (client) => {
client.log(`Successfully Logged in as ${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.logsUpdateTimer();
client.logsUpdateTimer();
};