mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
.betstats now looks uwu
This commit is contained in:
@@ -24,7 +24,7 @@ public static class StringExtensions
|
||||
{
|
||||
var spaces = length - str.Length;
|
||||
var padLeft = (spaces / 2) + str.Length;
|
||||
return str.PadLeft(padLeft, '_').PadRight(length, '_');
|
||||
return str.PadLeft(padLeft, ' ').PadRight(length, ' ');
|
||||
}
|
||||
|
||||
public static T? MapJson<T>(this string str)
|
||||
|
Reference in New Issue
Block a user