Ice Wolfy

Results 11 issues of Ice Wolfy

I seem to be having problems releasing a used connection. ```py class Database: pool = asyncio.get_event_loop().run_until_complete(aiomysql.create_pool(host=private.DB_conn, user=private.DBuser, password=private.DBpassword, db=private.DB_name, autocommit=False) ) async def recycle_conn(self): await Database.pool.release(self.conn) def __init__(self) -> None:...

question

### Summary Document discord.channelType. Also make it so the argument accepts the actually channel type or string and not and int for the ID of the channel type ### What...

feature request

### Description When the placeholder text for a modal is too long for the short input type it becomes unreadable. The current limit in the API is 100 characters. Only...

synced
message components

YAY I made my first PR

Hi, I was trying out this site. I tried to log in but I am getting an error when signing up. I making a new issue because I believe that...

## Summary Adds support for sending voice messages. This includes the `waveform` and `duration_sec` parameters Solves #2575 This will be a draft until I have confirmed the behavior of `waveform`s...

priority: medium
feature
API Reflection

## Summary Implements `with_response` for interaction callbacks. This will update `Interaction._original_response` to avoid needing to make an API request when calling `Interaction.original_response()` It also adds `InteractionCallback` which contains `.is_loading()` and...

PA: All Contributors pending
PA: Maintainers pending

### Description When a context menu interaction from a locked thread is responded to `Forbidden: 403 Forbidden (error code: 50083): Thread is archived` is returned. This only happens when the...

bug

## Summary This is very much a draft and needs lots of testing. I just want to put it somewhere public so that I can get eyes on it. This...

bug
help wanted

### Summary The audio_recording.py and audio_recording_merged.py examples reuse the same sink instances for multiple recordings. This throws an error. It is unclear if this is an issue with the sinks...

unconfirmed bug