christianjokhaji / UHelper

A Discord bot created for a CSC207 group project at the University of Toronto.
4 stars 4 forks source link

Some improvements on Pomodoro #9

Closed Overpoweredplatypus closed 4 months ago

Overpoweredplatypus commented 4 months ago

I have modified the names of the slash commands that are related to the timer feature. I also did some work to Pomodoro so that 1) it can make a timer instance that accepts seconds (the previous one forced ppl to make an instance by using only minutes) 2) it would have better javadocs.

I didn't edit any parts of the RockPaperScisscor and GameInteractor dw. I aim to make Timer fully working by the end of next Monday. If you have advice regarding how to work with GSON, plz let me know.