Updated the ready.cpp
This commit is contained in:
parent
6dc08290f8
commit
a5d30402cb
@ -22,5 +22,5 @@ void ready::execute(dpp::cluster &bot, const dpp::ready_t &event) {
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
std::thread status_thread = get_status_thread(bot);
|
std::thread status_thread = get_status_thread(bot);
|
||||||
status_thread.join();
|
status_thread.detach();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user