sleepy-discord icon indicating copy to clipboard operation
sleepy-discord copied to clipboard

Cannot initialize object parameter of type 'SleepyDiscord::WebsocketppDiscordClient' with an expression of type 'MyClientClass'; No matching member function for call to 'sendMessage

Open EvanGrimes opened this issue 3 years ago • 2 comments

I am just now trying out this API, and i was trying to use the "hello" example, but it gives this error at the "client.run()" part.

Also during the same part, the sendMessage() function in the onMessage() part seems to now be missing a parameter that i cant find anywhere

EvanGrimes avatar Jan 17 '21 06:01 EvanGrimes

can you give me the compiler output?

yourWaifu avatar Jan 17 '21 06:01 yourWaifu

my compiler screen is entirely filled with "cannot find boost/thread.hpp", but i got these errors from the CLion built in errors. The errors that i got are the exact same ones as featured in the title of this issue however

EvanGrimes avatar Jan 17 '21 07:01 EvanGrimes