3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

Update index.ts

This commit is contained in:
srqc 2022-12-15 14:28:31 -05:00 committed by GitHub
parent 2f7554365c
commit a003987dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,11 +349,7 @@ connect().then(async () => {
client.on(Constants.Events.RATE_LIMIT, (data) => {
logRateLimit(data);
});
client.user?.setPresence({
activities: [{ name: "rule breakers", type: "WATCHING" }],
});
bot.on("loadingFinished", async () => {
runExpiringMutesLoop();
await sleep(10 * SECONDS);