@@ -90,7 +90,7 @@ client.on(Events.MessageCreate, async (message) => {
while (true) {
// Fetch messages in batches of 100
const options = { limit: 1000 };
const options = { limit: 100 };
if (lastMessageId) {
options.before = lastMessageId;
}
The note is not visible to the blocked user.