임시저장

This commit is contained in:
2024-08-22 10:41:22 +09:00
parent 0633855374
commit 68b6105ac3
4 changed files with 38 additions and 31 deletions

View File

@@ -68,8 +68,7 @@ void commands::Play::operator()(const dpp::slashcommand_t& event)
event.edit_response("검색 결과가 없습니다.");
return;
}
event.from->log(dpp::loglevel::ll_debug, "musicIDs: " + musicIDs);
std::stringstream sstream(musicIDs);
std::string musicID;
while (getline(sstream, musicID, '\n')) {