set status command

This commit is contained in:
Danya H 2024-06-06 12:44:52 +01:00
parent 7ca233fb24
commit 6ed9a3aa87
7 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { Discord, Slash, SlashChoice, SlashOption } from 'discordx' import { Discord, Slash, SlashChoice, SlashOption } from 'discordx'
import { ApplicationCommandOptionType, CommandInteraction } from 'discord.js' import { ApplicationCommandOptionType, CommandInteraction } from 'discord.js'
import { db, DBTableEnum } from '../../db' import { db, DBTableEnum } from '../../db.js'
enum Status { enum Status {
AVAILABLE = 'AVAILABLE', AVAILABLE = 'AVAILABLE',