Increase padding in output to accomodate longer snowflakes

This commit is contained in:
Tyrrrz
2023-05-24 21:54:51 +03:00
parent c48899e0b1
commit 6582e26cd3
3 changed files with 13 additions and 10 deletions

View File

@@ -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