mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38: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:
@@ -258,7 +258,10 @@ namespace NadekoBot.Modules.Utility
|
||||
.AddField(GetText(strs.uptime), _stats.GetUptimeString("\n"), true)
|
||||
.AddField(GetText(strs.presence),
|
||||
GetText(strs.presence_txt(
|
||||
_coord.GetGuildCount(), _stats.TextChannels, _stats.VoiceChannels)), true))
|
||||
_coord.GetGuildCount(),
|
||||
_stats.TextChannels,
|
||||
_stats.VoiceChannels)),
|
||||
true))
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user