mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-04 20:59:05 +00:00
Increase padding in output to accomodate longer snowflakes
This commit is contained in:
@@ -26,7 +26,7 @@ public class GetDirectChannelsCommand : DiscordCommandBase
|
||||
{
|
||||
// Channel ID
|
||||
await console.Output.WriteAsync(
|
||||
channel.Id.ToString().PadRight(18, ' ')
|
||||
channel.Id.ToString().PadRight(20, ' ')
|
||||
);
|
||||
|
||||
// Separator
|
||||
|
||||
Reference in New Issue
Block a user