discord-bot/index.ts

4 lines
51 B
TypeScript
Raw Permalink Normal View History

import { startBot } from './src/bot';
startBot();