mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
module.exports = {
|
|
name: "Hello World",
|
|
description: "HI SELMER",
|
|
execute(message, args) {
|
|
message.channel.send("HI SELMER!!!");
|
|
}
|
|
} |