mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-10 13:22:24 +00:00
@@ -20,7 +20,7 @@ public class GetDirectMessageChannelsCommand : TokenCommandBase
|
||||
|
||||
var textChannels = channels
|
||||
.Where(c => c.Kind.IsText())
|
||||
.OrderBy(c => c.Category.Position)
|
||||
.OrderByDescending(c => c.LastMessageId)
|
||||
.ThenBy(c => c.Name)
|
||||
.ToArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user