From 5fbf3659e851b615899a12b6fe333365cfda04c3 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:59:23 +0100 Subject: [PATCH] Rename stop.js to commands/stop.js --- stop.js => commands/stop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename stop.js => commands/stop.js (99%) diff --git a/stop.js b/commands/stop.js similarity index 99% rename from stop.js rename to commands/stop.js index 156171c..29a66b3 100644 --- a/stop.js +++ b/commands/stop.js @@ -18,4 +18,4 @@ module.exports.run = async (client, message, args) => { module.exports.config = { name: "stop", aliases: [] -} \ No newline at end of file +}