Sleepy Flower

Results 243 comments of Sleepy Flower

I haven't test this but I think this might fix it. replace this https://github.com/yourWaifu/sleepy-discord/blob/ac62cfed4c3d2d1101f3c625cfe4a41a19a07a76/include/sleepy_discord/snowflake.h#L19 with this ``` Snowflake(const nonstd::string_view & snow ) : raw(snow.data(), snow.length() ) {} ```

I think that combining DMChannel and Channel into one object is something I should do. Mostly because sending a message requires a Channel Snowflake. However, I don't know if that's...

I'm not sure if this'll work but try ``make AR=x86_64-apple-darwin1X-ar``

I think something like ``make CFLAGS=-m32`` but you'll have to test that to be sure.

hmm, maybe try this something like this ``` cd buildtools cmake .. -G Xcode ```

yes with bulk delete, however, it's going to take a while to get all the message ids

use getMessages, try not to spam it tho.

Also can't you just delete a channel and recreate?

what os, compiler, and build tool are you using?