jillo-bot/src/types/index.d.ts

7 lines
145 B
TypeScript

import { Collection } from 'discord.js';
declare module 'discord.js' {
export interface Client {
commands: Collection<unknown, any>;
}
}