Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
8
venv/lib/python3.12/site-packages/uvloop/request.pxd
Normal file
8
venv/lib/python3.12/site-packages/uvloop/request.pxd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cdef class UVRequest:
|
||||
cdef:
|
||||
uv.uv_req_t *request
|
||||
bint done
|
||||
Loop loop
|
||||
|
||||
cdef on_done(self)
|
||||
cdef cancel(self)
|
||||
Loading…
Add table
Add a link
Reference in a new issue