mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
module.exports = {
|
|
name: "test",
|
|
description: "HI SELMER",
|
|
execute(interaction, Discord, Client, bot) {
|
|
interaction.reply("HI SELMER!!!");
|
|
},
|
|
options: []
|
|
} |