deleted debug info
This commit is contained in:
parent
fc402ce9c1
commit
ea60dff81e
@ -10,7 +10,6 @@ private:
|
||||
public:
|
||||
Message(const nlohmann::json& data = "") : data(data), web(WebSocket::getInstance()), req(NetworkManager::getInstance()) {};
|
||||
std::string send(const std::string& id, const nlohmann::json& msg) {
|
||||
std::cout << id << msg << std::endl;
|
||||
return req.request(HttpMethods::POST, DiscordEndpoints::details::latest + "/channels/" + id + "/messages", msg.dump());
|
||||
}
|
||||
std::string getMessages(const std::string& id, const std::string& count, const std::string& before = "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user