delay updating slash commands

This commit is contained in:
SowinskiBraeden committed 2023-02-01 16:56:24 -08:00
1 parent a653b8d394
commit abc078eab8
2 files changed
+9 -3

No files matched your search

+2 -2
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();
};