mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-10-28 02:25:13 +00:00
임시저장
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user