import BotCommand from './bot-command/bot-command.service'
import Bot from './bot/bot.service'
import TestBot from './testbot/testbot.service'

export default [Bot, BotCommand, TestBot]
