The Marathon Bot is a project I built to help teams stay productive on Discord. It lets people join squads, set specific tasks with deadlines, and keeps everyone on track using a background system that automatically pings users when their work is …
The Marathon Bot is a project I built to help teams stay productive on Discord. It lets people join squads, set specific tasks with deadlines, and keeps everyone on track using a background system that automatically pings users when their work is almost due. Everything is saved in a local database, so the bot remembers all the tasks and squad data even if it goes offline.
What’s next?:
Right now, the entire bot lives in one large file, so I’m planning to break it down into separate modules (cogs) to make the code cleaner and easier to manage. After that, I’m going to build a visual dashboard so squads can see their progress and stats on a proper web interface instead of just through Discord messages.