diff --git a/bot/modules/accountability/commands.py b/bot/modules/accountability/commands.py index e532fa3a..02e86115 100644 --- a/bot/modules/accountability/commands.py +++ b/bot/modules/accountability/commands.py @@ -461,8 +461,8 @@ async def cmd_rooms(ctx): (attended_count * 100) / total_count, ), "Time": "**{:02}:{:02}** spent in accountability rooms.".format( - total_duration // 60, - total_duration % 60 + total_duration // 3600, + total_duration % 3600 ), "Streak": "**{}** day{} with no missed sessions! (Longest: **{}** day{}.)".format( current_streak,