mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Changed the file structure to make the command reading process clearer and improve organization
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
name: "test",
|
||||
description: "HI SELMER",
|
||||
execute(message, args, Discord, Client, bot) {
|
||||
message.channel.send("HI SELMER!!!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user