logging: try 5s for members-search

This commit is contained in:
Cynthia Foxwell 2025-04-24 22:56:39 -06:00
parent 76bc5ad956
commit 072a58fea0
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -402,7 +402,7 @@ events.add("guildMemberAdd", "logging", async function (guild, member) {
],
})
.catch(() => {});
}, 1000);
}, 5000);
});
events.add("guildMemberRemove", "logging", async function (guild, member) {