jaspermayone-archive / discord-bot

The open-source & multipurpose Discord bot with the goal to be the single needed bot for any server.
https://heptagrambotproject.com
Eclipse Public License 2.0
60 stars 32 forks source link

SET CUSTOM ACTIVITY #454

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/Heptagram-Project/discord-bot/blob/057a610e9619e6652cb145f30375181c125275f7/src/index.ts#L123


  heptagramLogHandler.log("info", "Connecting to Discord...");
  await Heptagram.login(Heptagram.configs.token);
  heptagramLogHandler.log("info", "Setting activity...");

  // TODO: SET CUSTOM ACTIVITY
  Heptagram.user?.setActivity("discord.js", { type: ActivityType.Watching });
})();

export default Heptagram;
github-actions[bot] commented 2 years ago

Closed in 07be4ee4dde63b4bcab2c2157d724c05dbace4b2