1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Lock thread_embeds_mutex

This commit is contained in:
niansa/tuxifan 2024-03-27 18:42:06 +01:00
parent 1daf467102
commit b446adcf06

View file

@ -500,6 +500,7 @@ private:
// Get message
const auto& msg = ccb.get<dpp::message>();
// Add to embed list
std::scoped_lock L(thread_embeds_mutex);
thread_embeds[thread_id] = msg;
});
}