3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 19:17:19 +00:00

chore: run formatter

This commit is contained in:
almeidx 2025-06-01 16:05:34 +01:00
parent 3ef89246ba
commit 3722393ec0
No known key found for this signature in database
40 changed files with 13085 additions and 13040 deletions

View file

@ -55,7 +55,7 @@ export async function fetchChannelMessagesToClean(
pinIds = new Set((await targetChannel.messages.fetchPinned()).keys());
}
let rawMessagesToClean: Array<OmitPartialGroupDMChannel<Message<true>>> = [];
const rawMessagesToClean: Array<OmitPartialGroupDMChannel<Message<true>>> = [];
let beforeId = opts.beforeId;
let requests = 0;
while (rawMessagesToClean.length < opts.count) {