mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Changed last few usages of old string based gettext. All strings now use new system. Needs testing
This commit is contained in:
@@ -305,9 +305,6 @@ namespace NadekoBot.Modules.Music.Services
|
||||
|
||||
return Array.Empty<(string, string)>();
|
||||
}
|
||||
|
||||
private string GetText(ulong guildId, string key, params object[] args)
|
||||
=> _strings.GetText(key, guildId, args);
|
||||
|
||||
private string GetText(ulong guildId, LocStr str)
|
||||
=> _strings.GetText(str, guildId);
|
||||
|
Reference in New Issue
Block a user