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 +}