feature/fix disableBaseDamage command + move to /server command

This commit is contained in:
SowinskiBraeden committed 2023-10-26 16:01:40 -07:00
1 parent 153628b63c
commit 0d5a3c5b53
6 files changed
+217 -140

No files matched your search

+1 -1
View File
@@ -8,4 +8,4 @@ module.exports = async (client) => {
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();
setInterval(client.logsUpdateTimer, client.timer, client);
};
};