mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: "Hello World",
|
||||
name: "test",
|
||||
description: "HI SELMER",
|
||||
execute(message, args) {
|
||||
execute(message, args, Discord, Client, bot) {
|
||||
message.channel.send("HI SELMER!!!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user