Relative Content

Tag Archive for c++discordbotsd++

program crashes on push_back() in c++ with d++ library

i want to to send private messages to all the mentioned users and also store the usernames in a vector. everything works, but the program just keeps on crashing on push_back(), it works in other places but just not inside this lambda. A begineer here, what implementation have i done wrong here?