Closed github-actions[bot] closed 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;
Closed in 07be4ee4dde63b4bcab2c2157d724c05dbace4b2
https://github.com/Heptagram-Project/discord-bot/blob/057a610e9619e6652cb145f30375181c125275f7/src/index.ts#L123