4.1.10 fix command parameters
This commit is contained in:
4 files changed
+4
-4
No files matched your search
@@ -19,7 +19,7 @@ module.exports = {
|
||||
* @param {string[]} args
|
||||
* @param {*} param3
|
||||
*/
|
||||
run: async (client, interaction, args) => {
|
||||
run: async (client, interaction, args, { GuildDB }) => {
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user