dev test v 4

This commit is contained in:
SowinskiBraeden committed 2023-03-08 15:25:10 -08:00
1 parent 608124300f
commit d3345b806e
4 files changed
+6 -6

No files matched your search

+1
View File
@@ -7,4 +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();
};