A silly Discord bot built with TypeScript, Bun, and Discord.js for the IEEE@UCF community.
- Bun runtime
- PostgreSQL database
- Discord bot token
- Clone the repo:
git clone https://github.com/IEEE-UCF/Larry.git && cd Larry - Install dependencies:
bun install - Copy config:
cp src/config.example.ts src/config.ts(then edit as needed) - Start dev server:
bun run dev
This project is licensed under the MIT License - see the LICENSE file for details.
For support or questions, contact the IEEE@UCF Software Committee or open an issue on GitHub.