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

Add a custom status

This commit is contained in:
Ibotmealot 2022-01-26 20:26:22 -05:00 committed by GitHub
parent 7267d6bdf3
commit f3f9f2248d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,6 +350,7 @@ connect().then(async () => {
client.once("ready", () => {
startUptimeCounter();
client.user?.setPresence({ activities: [{ name: "over Ibot's Lodge", type: "WATCHING" }] });
});
client.on(Constants.Events.RATE_LIMIT, (data) => {