Advertisement
Panakotta00

Main.cpp

Sep 12th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include "Discord_Client.h"
  2.  
  3. Discord_Client client(80, "discordapp.com");
  4.  
  5. int main() {
  6.     client.discord_connect();
  7.     client.discord_get("/ HTTP/1.1\r\nHost: discordapp.com\r\n\r\n");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement