Ice Wolfy

Results 6 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