mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
dev: Renamed some classes, making the new string model work
This commit is contained in:
@@ -154,7 +154,7 @@ public static class Extensions
|
||||
}
|
||||
else
|
||||
{
|
||||
args = strings.GetCommandStrings(cmd.Summary, culture).Args;
|
||||
args = strings.GetCommandStrings(cmd.Summary, culture).Examples;
|
||||
}
|
||||
|
||||
return args.Map(arg => GetFullUsage(cmd.Aliases.First(), arg, prefix));
|
||||
|
Reference in New Issue
Block a user