enable logs
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -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();
|
||||
};
|
||||
Reference in new issue
Block a user