refactor(GuildMemberManager): new Fetch method

This commit is contained in:
March 7th
2022-08-31 11:04:42 +07:00
parent 1ff63e24b7
commit bbdf294330
7 changed files with 315 additions and 126 deletions

View File

@@ -251,6 +251,11 @@ class Client extends BaseClient {
this.options.messageSweepInterval * 1_000,
).unref();
}
setInterval(() => {
this.usedCodes = [];
// 1 hours
}, 3_600_000);
}
/**