4.4.3 debug stats command

This commit is contained in:
SowinskiBraeden committed 2022-12-11 10:34:00 -08:00
1 parent b74d94fca4
commit 42b4ee1cf6
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = {
* @param {string[]} args
* @param {*} param3
*/
run: async (client, interaction, args, { GuildDB }) => {
run: async (client, interaction, args, { GuildDB }, start) => {
const end = new Date().getTime();
const stats = new EmbedBuilder()
.setColor(client.config.Colors.Default)