임시저장

This commit is contained in:
2025-01-30 01:11:26 +09:00
parent 30569f4472
commit 3186561818
9 changed files with 140 additions and 34 deletions

View File

@@ -14,6 +14,8 @@ BumbleBee::BumbleBee(nlohmann::json settings) {
cluster->on_log(dpp::utility::cout_logger());
cluster->on_slashcommand([this](const dpp::slashcommand_t& event){on_slashcommand(event);});
cluster->on_ready([this](const dpp::ready_t &event){on_ready(event);});
queue = std::make_shared<MusicQueue>();
}
void BumbleBee::start() { this->cluster->start(dpp::st_wait); }