Handlers Directory and Universal Import Fix (#86)

* Update: split jsonHandler.ts to different files

* Add: handlers folder and moved some files there

* Update: interface file name
This commit is contained in:
Kevin Dang
2024-07-23 16:59:54 -07:00
committed by GitHub
parent b498276978
commit e60c2f88b8
13 changed files with 161 additions and 152 deletions

View File

@@ -1,6 +1,6 @@
import { ChannelType, Client, CommandInteraction, ApplicationCommandOptionType } from 'discord.js'
import { SlashCommand } from '../utils/commands.js'
import { openConfig } from '../utils/jsonHandler.js'
import { openConfig } from '../utils/index.js'
export const Disable: SlashCommand = {
name: 'toggle-chat',