From 9b20d16c40528d3e2b158bd1c3d357f853fff7ab Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 11 Sep 2018 13:28:18 +0200 Subject: [PATCH] --- .gitignore | 1 + commands/fun/{music => music.js} | 0 2 files changed, 1 insertion(+) rename commands/fun/{music => music.js} (100%) diff --git a/.gitignore b/.gitignore index 8f3d70c..1c2afa9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ config.json package-lock.json package.json .DS_Store +node_modules \ No newline at end of file diff --git a/commands/fun/music b/commands/fun/music.js similarity index 100% rename from commands/fun/music rename to commands/fun/music.js