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:
parent
7267d6bdf3
commit
f3f9f2248d
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ connect().then(async () => {
|
||||||
|
|
||||||
client.once("ready", () => {
|
client.once("ready", () => {
|
||||||
startUptimeCounter();
|
startUptimeCounter();
|
||||||
|
client.user?.setPresence({ activities: [{ name: "over Ibot's Lodge", type: "WATCHING" }] });
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on(Constants.Events.RATE_LIMIT, (data) => {
|
client.on(Constants.Events.RATE_LIMIT, (data) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue