TcgBotStartedEvent
tcg组件中,每当 TencentGuildComponentBot.start 被执行的时候会被推送的事件。 当事件被推送的时候代表此bot实际上已经完成的 start
的逻辑,但是TencentGuildComponentBot.start会直到事件处理流程完成后才会最终返回。
tcg组件中,每当 TencentGuildComponentBot.start 被执行的时候会被推送的事件。 当事件被推送的时候代表此bot实际上已经完成的 start
的逻辑,但是TencentGuildComponentBot.start会直到事件处理流程完成后才会最终返回。