mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Using humanizer to deal with time and string trimming in some cases. Removed unused methods. Currency output format improvement (will use guild locale now for some commands)
This commit is contained in:
@@ -4,7 +4,6 @@ using NadekoBot.Db;
|
||||
|
||||
namespace NadekoBot.Services;
|
||||
|
||||
// todo future use guild locale more in the code (from guild settings) (for dates, currency, etc?)
|
||||
public class Localization : ILocalization, INService
|
||||
{
|
||||
private readonly BotConfigService _bss;
|
||||
|
Reference in New Issue
Block a user