This commit is contained in:
Dragon Fire
2021-06-05 12:50:41 -04:00
parent 5fa50bfc2c
commit c61ae11679
659 changed files with 659 additions and 659 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { exec } = require('child_process');
const { promisify } = require('util');
const execAsync = promisify(exec);