FIRST COMMIT LETS GOOOOOO

This commit is contained in:
ION606
2022-02-17 21:42:57 -05:00
parent 684a68c6b5
commit cbc8da1c46
6 changed files with 530 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
name: "Hello World",
description: "HI SELMER",
execute(message, args) {
message.channel.send("HI SELMER!!!");
}
}