mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
FIRST COMMIT LETS GOOOOOO
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
name: "Hello World",
|
||||
description: "HI SELMER",
|
||||
execute(message, args) {
|
||||
message.channel.send("HI SELMER!!!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user