새로운 Mybot 인스턴스를 생성합니다.
해당 유저가 내 봇에 하트를 눌렀는지 체크합니다. (cache TTL: 10초)
koreanbots.mybot.checkVote("12345678901234567") .then(voted => { if (voted) return message.channel.send(`${message.author} 님, 하트를 눌러주셔서 감사합니다!`) return message.channel.send(`${message.author} 님, 하트를 아직 누르지 않으셨습니다.`) })
봇의 서버 수를 업데이트합니다.
koreanbots.mybot.update({ servers: client.guilds.cache.size })
Generated using TypeDoc
새로운 Mybot 인스턴스를 생성합니다.