mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Updated .translangs, it looks better now and makes it clear which shortcode is for which language
This commit is contained in:
@@ -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")}
|
||||
|
Reference in New Issue
Block a user