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