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

feat: bot presence

This commit is contained in:
CodeTheDev 2022-08-05 22:06:57 -04:00
parent 7b9e167ddd
commit 9bc8287d4d
No known key found for this signature in database
GPG key ID: AF9160D3CEA9B223

View file

@ -350,6 +350,14 @@ connect().then(async () => {
client.once("ready", () => {
startUptimeCounter();
// Airship start - Set bot presence.
client.user?.setPresence({
activities: [{
name: "the skies.",
type: "WATCHING"
}]
});
// Airship end
});
client.on(Constants.Events.RATE_LIMIT, (data) => {