🔧 refactor(bot-commands): Убран лишний код, оптимизированы импорты и функции.

This commit is contained in:
Oscar
2026-05-26 17:46:51 +03:00
parent 6bd70a2e75
commit d2a49cb1eb
9 changed files with 180 additions and 210 deletions

View File

@@ -1,8 +1,7 @@
import bot from '@bot'
import prisma from '@prisma'
import { triggerHHStart } from './hh/bot-commands.js'
import { registerHHCommands } from './hh/bot-commands.js'
import prisma from '@prisma'
import { registerHHCommands, triggerHHStart } from './hh/bot-commands.js'
registerHHCommands()