data class Dropped : BotOfflineEvent, Packet, BotPassiveEvent
被服务器断开或因网络问题而掉线
Dropped(bot: Bot, cause: Throwable?)
val bot: Bot
val cause: Throwable?