4.1.10 fix command parameters

This commit is contained in:
SowinskiBraeden committed 2022-12-07 17:52:58 -08:00
1 parent f5a7bfcc75
commit 8b49d59a95
4 files changed
+4 -4

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, start) => {
run: async (client, interaction, args, { GuildDB }) => {
const end = new Date().getTime();
const stats = new EmbedBuilder()
.setColor(client.config.Colors.Default)