mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Added bot status
This commit is contained in:
parent
f6240afa05
commit
57de085b53
1 changed files with 5 additions and 1 deletions
|
@ -349,7 +349,11 @@ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue