logging: try 5s for members-search
This commit is contained in:
parent
76bc5ad956
commit
072a58fea0
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ events.add("guildMemberAdd", "logging", async function (guild, member) {
|
|||
],
|
||||
})
|
||||
.catch(() => {});
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
});
|
||||
|
||||
events.add("guildMemberRemove", "logging", async function (guild, member) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue