My apologies for failing to fully implement the timer feature by the time I promised. GSON took me a way longer than I expected, and I suffered almost for a week in figuring out how to record Pomodoro instances in a json file. I will focus on implementing timer_start and timer_cancel from now on. Let me know if you find any bugs.
timer_repository
The bot can now add a Pomodoro (timer) instance in a json file named timer_repository.json. Each timer is categorized by who created it.
timer_list
Added a new slash command timer_list. When a user calls it, it returns the timers they have in a form of String.
My apologies for failing to fully implement the timer feature by the time I promised. GSON took me a way longer than I expected, and I suffered almost for a week in figuring out how to record Pomodoro instances in a json file. I will focus on implementing timer_start and timer_cancel from now on. Let me know if you find any bugs.
timer_repository
timer_list