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:
parent
3ef89246ba
commit
3722393ec0
40 changed files with 13085 additions and 13040 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue