Revert ascending order thing
This commit is contained in:
parent
e66dc796b7
commit
18b25fc21c
@ -102,7 +102,7 @@ router.get("/", async (req: Request, res: Response) => {
|
||||
if (!permissions.has("READ_MESSAGE_HISTORY")) return res.json([]);
|
||||
|
||||
var query: FindManyOptions<Message> & { where: { id?: any; }; } = {
|
||||
order: { id: "ASC" },
|
||||
order: { id: "DESC" },
|
||||
take: limit,
|
||||
where: { channel_id },
|
||||
relations: ["author", "webhook", "application", "mentions", "mention_roles", "mention_channels", "sticker_items", "attachments"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user