Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
🚑 Final hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermayone committed Jul 20, 2022
1 parent 68c274d commit 31d4d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
node_modules
dist
dist
/prod/
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ and destroys the discord.js client in order to allow for a graceful shutdown. */
heptagramLogHandler.log("info", "Connecting to Discord...");
await Heptagram.login(Heptagram.configs.token);
heptagramLogHandler.log("info", "Setting activity...");
Heptagram.user?.setActivity("over your guild", {
// set activity to watching the number of guilds heptagram is in
Heptagram.user?.setActivity(`${Heptagram.guilds.cache.size} guilds`, {
type: "WATCHING",
});
})();
Expand Down

0 comments on commit 31d4d71

Please sign in to comment.