mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-10-28 02:25:13 +00:00
스트리밍 구현 끝
This commit is contained in:
10
src/Commands/Repeat.cpp
Normal file
10
src/Commands/Repeat.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <Commands/BumbleBeeCommand.hpp>
|
||||
|
||||
namespace bumbleBee::commands {
|
||||
void Repeat::execute(const dpp::slashcommand_t &event) {
|
||||
event.edit_original_response(dpp::message("repeat"));
|
||||
}
|
||||
|
||||
void Repeat::init() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user