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:
@@ -1,6 +1,6 @@
|
||||
import { ChannelType, Client, CommandInteraction, TextChannel } from 'discord.js'
|
||||
import { SlashCommand } from '../utils/commands.js'
|
||||
import { openThreadInfo } from '../utils/jsonHandler.js'
|
||||
import { openThreadInfo } from '../utils/index.js'
|
||||
|
||||
export const PrivateThreadCreate: SlashCommand = {
|
||||
name: 'private-thread',
|
||||
|
||||
Reference in New Issue
Block a user