Forgot to remove tmp command
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import { SlashCommandBuilder } from "discord.js"
|
||||
import { ICommand } from "~/typings"
|
||||
import emoji from "~/utils/Functions/emoji"
|
||||
|
||||
export default {
|
||||
name: "test",
|
||||
description: "Test command",
|
||||
public: false,
|
||||
dev: true,
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("test")
|
||||
.setDescription("Test command"),
|
||||
async execute({ interaction }) {
|
||||
await interaction.reply({
|
||||
content: `${emoji("questionmark")} ${emoji("warning")} ${emoji("cross")} ${emoji("checkmark")}`
|
||||
})
|
||||
}
|
||||
} as ICommand
|
||||
Reference in New Issue
Block a user