Paillat
Paillat
I do not believe that we should be increasing the with of content to fit the screen width, if anything we could slightly increase it by something like 10-20%, for...
https://github.com/Pycord-Development/pycord-next/pull/44
Yes. I am in a position where I am unable to use this project with docker swarm UNLESS I rebuild the image and push it to my own registry. For...
Not wanting to advertise, just to be helpful with anyone here, an image with zope installed can be found here `ghcr.io/paillat-dev/npm-with-dependencies:main`
Oh. I didn't know that. Lala just told me I could do it But I'm interested in knowing why this wouldn't be supported by pycord anymore - it's part of...
This pr focuses on adding toggle in `Guild.edit` for feature flags that can be edited. It does not add feature flags to the list. Maybe my pr title is misleading...
1. Ok. 2. I can take a look and see if I can make it more consistent. - done 3. They both toggle the same thing. Idk why there are...
What are thoughts on this ? This is a proposition, if the idea would be accepted I would love to work on it.
### To be implemented - [x] `MORE_SOUNDBOARD` guild feature flag in `Guild.soundboard_limit` and `Guild.features` - [x] `SOUNDBOARD` guild feature flag in `Guild.features` - [x] GET `/soundboard-default-sounds` in `Client.fetch_default_sounds` - [x]...
@Lulalaby You mentioned in #2216 > Note: soundboard sounds can not be dispatched by bots. Only managed. It's curious that they documented `/channels/{channel.id}/send-soundboard-sound` (https://discord.com/developers/docs/resources/soundboard#send-soundboard-sound) then... Did that change in the...