mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Nuked humanizer. Some of the strings might look worse but the output directory will no longer look terrible. Added stats for todo list command
This commit is contained in:
@@ -396,8 +396,8 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
("rps", _, _) => $"Rock Paper Scissors - {subType}",
|
||||
(null, _, _) => null,
|
||||
(_, null, _) => null,
|
||||
(_, _, ulong userId) => $"{type.Titleize()} - {subType.Titleize()} | [{userId}]",
|
||||
_ => $"{type.Titleize()} - {subType.Titleize()}"
|
||||
(_, _, ulong userId) => $"{type} - {subType} | [{userId}]",
|
||||
_ => $"{type} - {subType}"
|
||||
};
|
||||
|
||||
[Cmd]
|
||||
|
Reference in New Issue
Block a user