Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -1,2 +1,12 @@
cimport libav as lib
cdef extern from "Python.h" nogil:
void PyErr_PrintEx(int set_sys_last_vars)
int Py_IsInitialized()
void PyErr_Display(object, object, object)
cdef extern from "stdio.h" nogil:
cdef int vsnprintf(char *output, int n, const char *format, lib.va_list args)
cpdef get_last_error()