diff --git a/set-volume.js b/commands/set-volume.js similarity index 99% rename from set-volume.js rename to commands/set-volume.js index a693d47..60a7367 100644 --- a/set-volume.js +++ b/commands/set-volume.js @@ -20,4 +20,4 @@ module.exports.run = async (client, message, args) => { module.exports.config = { name: "set-volume", aliases: [] -} \ No newline at end of file +}