This commit is contained in:
Dragon Fire
2021-06-05 12:55:12 -04:00
parent 098a2d58f6
commit b202e2ea6c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../Command');
const Command = require('../../framework/Command');
module.exports = class AutoReplyCommand extends Command {
constructor(client, info) {