import { Collection } from '@discordjs/collection'; import type { RESTPostAPIChatInputApplicationCommandsJSONBody } from 'discord-api-types/v10'; import type { Command } from '../../structures/Command'; export const chatInputCommandRegistry = new Collection();