Updated .translangs, it looks better now and makes it clear which shortcode is for which language

This commit is contained in:
Kwoth
2023-01-20 04:43:25 +01:00
parent dcc27a4a99
commit 710f4f2ed8
4 changed files with 146 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ public static class MessageChannelExtensions
IEnumerable<T> items,
Func<T, string> howToPrint,
int columns = 3)
=> ch.SendMessageAsync($@"{seed}```css
=> ch.SendMessageAsync($@"{seed}```xl
{items.Chunk(columns)
.Select(ig => string.Concat(ig.Select(howToPrint)))
.Join("\n")}