Files
selmerBot/commands/misc/hello_world.js
T

8 lines
183 B
JavaScript

module.exports = {
name: "test",
description: "HI SELMER",
execute(interaction, Discord, Client, bot) {
interaction.reply("HI SELMER!!!");
},
options: []
}