Pedro.js

Results 59 comments of Pedro.js

```shell a53x:/ # mkdir /system-moved mkdir: '/system-moved': Read-only file system ``` I'm unsure if I'm missing something here, but I also believe / itself is read-only, no?

Awesome! Thanks for the support. If anything, let me know

> How closely does that match your setup? Pretty close! Besides the fact I'm using a custom OneUI rom (only available to A53 5G, however it only touches the system...

Soo.. how can I say this... the fork of ZygiskNext I used stop existing... So, I'll link the zip I used in mine, but using the original [Zygisk Next, last...

Could you show your http log without setting a region?

I'm sorry for the delay. If I'm not wrong, the [discord_create_message structure has a flag option](https://cogmasters.github.io/concord/group__ConcordTypes.html#ga78ce04e3844e38ab698736df12c0350f). [But we are indeed missing 2 flags](https://discord.com/developers/docs/resources/channel#message-object-message-flags): SUPPRESS_NOTIFICATIONS, the one you're looking, and IS_VOICE_MESSAGE....

Hey. I'm sorry for the delay. I came with some updates. I'm developing a branch updating all codecs, `update/gencodecs` branch, you may want to give it a try. I added...

Sure! A tip is that anything related to the structs of Discord API responses will be found in `gencodecs` folder Specifically, the flag you're searching is in [api/channel.PRE.h, line 273](https://github.com/Cogmasters/concord/blob/update/gencodecs/gencodecs/api/channel.PRE.h#L273)

Are you sure you it's properly installed? I can't reproduce using the same code: ![image](https://github.com/Cogmasters/concord/assets/73797168/1acb2394-80b4-4c13-a1b1-7c8f25e9e449) Not related but: If you set `message_id` to `0`, it won't have any effect. EDIT:...

Oh, I may have been a little superficial with my "won't have any effect" -- with that I mean you won't reference any message. > Hmm, I'm only seeing one......