Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 3b7f7ec

Browse files
committed
change activity
1 parent 9380fce commit 3b7f7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ client.once("clientReady", (readyClient) => {
1616
});
1717
})();
1818

19-
readyClient.user.setActivity("Doing nothing", { type: 4 });
19+
readyClient.user.setActivity("EduTools", { type: 0 });
2020
});
2121

2222
client.on("guildCreate", async (guild) => {

0 commit comments

Comments
 (0)