Back

GoGoBot

GoGoBot is an open source multi-purpose Discord Robot. It was originally created to allow Gogoanime users to subscribe to anime updates, but it has since grown to include a variety of features:

Technology Overview

The bot is written in TypeScript and runs on Bun. It currently uses Discord.js but I plan on migrating to Discordeno in the future.

The database is SQLite with Prisma as the ORM. I think this works well for the bot's current scale, but if it grows a lot more I will simply migrate to MySQL.

This Website

This website is built with Qwik and styled with Tailwind CSS. It is hosted on Cloudflare Pages. You can find the source code in website/ directory in the GitHub repository.

History

GoGoBot was created by Undo (@undo__) in March 2024.