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