mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
wip strings rework, experimenting, nothing works
This commit is contained in:
@@ -78,7 +78,7 @@ namespace NadekoBot.Modules.Help.Services
|
||||
}
|
||||
|
||||
em
|
||||
.AddField(GetText("usage", guild),
|
||||
.AddField(_strings.GetText(strs.usage),
|
||||
string.Join("\n", Array.ConvertAll(com.RealRemarksArr(_strings, guild?.Id, prefix),
|
||||
arg => Format.Code(arg))),
|
||||
false)
|
||||
|
Reference in New Issue
Block a user