More small tweaks

This commit is contained in:
2024-01-15 13:36:38 +01:00
parent a5b709a2c7
commit 55bb67ea64
3 changed files with 5 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import {
} from "discord.js"
import { Command } from "interfaces"
const command: Command = {
export = {
name: "dev-info",
description: "Test command for the bot.",
type: "slash",
@@ -33,6 +33,4 @@ const command: Command = {
await interaction.reply({ content: "Test command.", ephemeral: true })
},
}
export = command
} as Command