patrickklaeren / Accord

A C# Discord bot with moderation, XP/guild participation and utilities
MIT License
15 stars 8 forks source link

Fix MinutesInVoiceChannel formatting #12

Closed DynamicField closed 3 years ago

DynamicField commented 3 years ago

The voice minutes embed sometimes shows the value with some floating-point errors leading to immeasurably large numbers popping in the embed.

image

This PR fixes the problem by imposing a 0.00 format, with strictly two decimal places being shown for each value.