mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Replaced .wheel with .lula (lucky ladder). It looks nicer but plays the same. Also it is more customizable as you can have more or less multipliers. Cleaned up some trivia code. Sorted lula multipliers in gambling.yml. Improved .slottest
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