From 34ca2a0f9fb80331111d8fabe1f39f384416a635 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:57:51 +0100 Subject: [PATCH] Rename now-playing.js to commands/now-playing.js --- now-playing.js => commands/now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename now-playing.js => commands/now-playing.js (99%) 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 +}