diff --git a/commands/testing/och.js b/commands/testing/och.js new file mode 100644 index 0000000..41304c3 --- /dev/null +++ b/commands/testing/och.js @@ -0,0 +1,9 @@ +import { SlashCommandBuilder } from 'discord.js'; + +export const data = new SlashCommandBuilder() + .setName('och') + .setDescription('och'); + +export async function execute(interaction) { + await interaction.reply('och'); +} \ No newline at end of file