Add better checks when the pack is omitted from im.ponies.room_emotes
This field is omittable, and I hit it this morning when entering the VDG room
We could also write it like:
if(const auto packContent = pack->content(); packContent.has_value()) {
But I'm not sure what is preferred