Sleepy Flower

Results 243 comments of Sleepy Flower

Ahh, I see. server is a std::list::iterator. You may want to read up on InputIterators here https://en.cppreference.com/w/cpp/named_req/InputIterator. In summery, To fix your issue, you need to using *server get a...

``SleepyDiscord::getPermissions(*server, server->members[1], server->channels[0]);`` You may also want to do ``if (server != servers.end())`` to check if a server was found. I recommend you read up on iterators and find_if and...

Are those two the same user? Other then that, looking at your code, the behavior makes sense if that is the same user or you edited someone's role. Your servers...

umm v15 is visual studio 2017. Other then that, I would like to see the exact errors you are getting. You might have made a common mistake.

I'm going to guess that it has something to do with websocketpp. Also making your own DiscordClient, would mean that you will have to do all the networking all by...

Check in your deps/include folder for a folder named websocketpp. Report to me if you have it or if you don't. if you don't, tell me if you were planning...

if then you should have websocketpp in deps/include, as that's where it downloads the library to.

use the setup script again and download websocket++

I don't know anywhere in my code where an exception like that is thrown outside of here https://github.com/yourWaifu/sleepy-discord/blob/develop/sleepy_discord/websocketpp_websocket.cpp#L91

That call stack looks similar to another one from a bug that I thought I fixed like months ago.