Show threads in GUI at the bottom of the list, in specialized groups

Related to #1119
This commit is contained in:
Tyrrrz
2023-08-28 21:31:51 +03:00
parent f1c094ac14
commit 5f6e51f6fb
11 changed files with 49 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public class GetDirectChannelsCommand : DiscordCommandBase
// Channel category / name
using (console.WithForegroundColor(ConsoleColor.White))
await console.Output.WriteLineAsync($"{channel.Category} / {channel.Name}");
await console.Output.WriteLineAsync($"{channel.ParentNameWithFallback} / {channel.Name}");
}
}
}