Add och command
This commit is contained in:
parent
c4344c6bac
commit
56cab90b16
|
@ -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');
|
||||
}
|
Loading…
Reference in New Issue