Skip to content

Commit

Permalink
Voice Statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoeray committed Jan 26, 2024
1 parent c976a7b commit 65cebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/struct/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Utils {
context.font = "13pt 'Poppins Light'";
context.textAlign = "left";
context.fillStyle = "#fff";
context.fillText("Aktif Sesli Sohbet Süresi: " + String(Math.ceil(post.time / 1000 / 60) + "dk."), 524, 125);
context.fillText("Voice Chat Time: " + String(Math.ceil(post.time / 1000 / 60) + "mins."), 524, 125);
/** Texts **/

/** Background PINS **/
Expand Down

0 comments on commit 65cebad

Please sign in to comment.