Snawe

Results 7 issues of Snawe

### Summary Some quotes on iOS are not working. The quotes used by the iOS mobile app seems to be dependend on the choosen keyboar language. ### Reproduction Steps I...

### Summary If the bot does not have "View Channel" permissions, exceptions are not catched ### Reproduction Steps ```py @slash_command() async def test(self, ctx): await ctx.defer() # Note: The defer...

unconfirmed bug
ext.pages (not maintained)

Hi! I just upgraded my application to python 3.12. Doing `import emoji` there takes arround 30 seconds there. Doing the same on python 3.11 takes less than a second. Any...

### Summary `permissions_for` returning wrong permissions ### Reproduction Steps When you use `channel.permissions_for`, and you remove the "View Channel" permission, it still returns true. NOTE: * Code below works with...

bug
on hold

### Summary Discord API calls that `image` and not `cover` ### What is the feature request for? The core library ### The Problem In `scheduled_events.py` the `edit` function uses a...

feature request
API Reflection
on hold

Hi! I wanted to try out loguru instead of the standard logging. However, I have one issue where I kinda find no solution to it. My main issue is that...

question

## How to reproduce the behaviour * Install spacy 3.7.5 * Use Python 3.12.4 * Run the example from the homepage ```py # pip install -U spacy # python -m...