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:
parent
7b9e167ddd
commit
9bc8287d4d
1 changed files with 8 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue