mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
parent
2c7986c4e6
commit
2463cb5087
17 changed files with 124 additions and 37 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue