Updated the ready.cpp

This commit is contained in:
Mathias Wagner 2023-10-29 14:29:38 +01:00
parent 6dc08290f8
commit a5d30402cb
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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();
}