A Discord bot for planning your weekly TTRPG sessions

3 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a configuration option to allow users to choose between starting the weekly planning cycle on Monday or Sunday. This involves modifying the existing code to read the configuration setting and adjust the day-of-week calculations accordingly. Thorough testing will be needed to ensure compatibility with existing functionality.

Complexity: 3/5
enhancement good first issue

A Discord bot for planning your weekly TTRPG sessions

Kotlin

AI Summary: Refactor Time Sage to remove hardcoded TTRPG-specific terminology (campaigns, GMs) and replace it with more generic concepts like 'activities', 'hosts', and 'participants'. This will allow the bot to schedule various types of events, not just TTRPG sessions. The core scheduling logic should remain largely unchanged, focusing on adapting the user interface and data structures to accommodate the broader scope.

Complexity: 3/5
enhancement good first issue

A Discord bot for planning your weekly TTRPG sessions

Kotlin

AI Summary: Modify the Time Sage Discord bot to allow users to configure the start time of their weekly TTRPG sessions, instead of the current hardcoded 18:30 UTC. This involves changing the code to read a configurable start time from the configuration file and using this time throughout the bot's scheduling and display functions.

Complexity: 3/5
enhancement good first issue

A Discord bot for planning your weekly TTRPG sessions

Kotlin