mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-24 19:51:03 +00:00
build(Needs bump): update dependencies
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
import { Database } from 'bun:sqlite'
|
||||
import { existsSync, readFileSync, readdirSync } from 'fs'
|
||||
import { join } from 'path'
|
||||
import { Client as APIClient } from '@revanced/bot-api'
|
||||
import { createLogger } from '@revanced/bot-shared'
|
||||
import { Client as DiscordClient, type Message, Options, Partials } from 'discord.js'
|
||||
import { drizzle } from 'drizzle-orm/bun-sqlite'
|
||||
|
||||
import * as schemas from './database/schemas'
|
||||
|
||||
import type { default as Command, CommandOptionsOptions, CommandType } from './classes/Command'
|
||||
|
||||
import { existsSync, readdirSync, readFileSync } from 'fs'
|
||||
import { join } from 'path'
|
||||
import { __getConfig, config } from './config'
|
||||
import * as schemas from './database/schemas'
|
||||
import type { default as Command, CommandOptionsOptions, CommandType } from './classes/Command'
|
||||
export { config, __getConfig }
|
||||
|
||||
export const logger = createLogger({
|
||||
|
||||
Reference in New Issue
Block a user