import { Message } from 'discord.js'; 
import { Client } from 'discord.js';
const botClient = new Client()

export = {
    botClient
};