fix(tui): browse newest discord messages

This commit is contained in:
Vincent Koc 2026-05-03 22:47:20 -07:00
parent 37d632f2ba
commit 98aea137d6
No known key found for this signature in database

View File

@ -72,7 +72,7 @@ func (r *runtime) runTUI(args []string) error {
GuildIDs: guildIDs,
Channel: *channel,
Author: *author,
Limit: *limit,
Last: *limit,
IncludeEmpty: *includeEmpty,
})
if err != nil {