Updated the ready.cpp

This commit is contained in:
2023-10-29 14:29:38 +01:00
parent 6dc08290f8
commit a5d30402cb

View File

@ -22,5 +22,5 @@ void ready::execute(dpp::cluster &bot, const dpp::ready_t &event) {
<< std::endl;
std::thread status_thread = get_status_thread(bot);
status_thread.join();
status_thread.detach();
}