mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 refactor(bot-commands): Убран лишний код, оптимизированы импорты и функции.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user