Changed the file structure to make the command reading process clearer and improve organization

This commit is contained in:
ION606
2022-05-13 22:29:54 +03:00
parent 21040344ae
commit 2e6d41e76b
14 changed files with 13 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
name: "test",
description: "HI SELMER",
execute(message, args, Discord, Client, bot) {
message.channel.send("HI SELMER!!!");
}
}