fix setters imports

This commit is contained in:
Oleksandr Honcharov 2024-06-06 15:00:36 +03:00
parent 6ed9a3aa87
commit f110717b15
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import {
CommandInteraction, CommandInteraction,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetFeedbackChannel { export class SetFeedbackChannel {

View File

@ -4,7 +4,7 @@ import {
CommandInteraction, CommandInteraction,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetFeedbackChannel { export class SetFeedbackChannel {

View File

@ -4,7 +4,7 @@ import {
CommandInteraction, CommandInteraction,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetOrderChannel { export class SetOrderChannel {

View File

@ -4,7 +4,7 @@ import {
CommandInteraction, CommandInteraction,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetPortfolioChannel { export class SetPortfolioChannel {

View File

@ -4,7 +4,7 @@ import {
CommandInteraction, CommandInteraction,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetPriceChannel { export class SetPriceChannel {

View File

@ -5,7 +5,7 @@ import {
Role, Role,
TextChannel, TextChannel,
} from 'discord.js' } from 'discord.js'
import { db, DBTableEnum } from '../db.ts' import { db, DBTableEnum } from '../../db.ts'
@Discord() @Discord()
export class SetWelcomeChannel { export class SetWelcomeChannel {