Advertisement
Guest User

new

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1.  
  2. #include <websocketpp_websocket.h>
  3. #include <uwebsockets_websocket.h>
  4. using namespace std;
  5.  
  6. class myClientClass : public SleepyDiscord::DiscordClient {
  7.     public:
  8.     using SleepyDiscord::DiscordClient::DiscordClient;
  9.     void onMessage(SleepyDiscord::Message message){
  10.        
  11.     }
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement