Support for Soundboard and VC effects

This commit is contained in:
Andrin
2024-10-09 23:05:17 +02:00
committed by GitHub
parent 59f877fcf0
commit a70217a719
19 changed files with 1185 additions and 26 deletions

View File

@ -70,6 +70,7 @@ from .components import *
from .threads import *
from .automod import *
from .poll import *
from .soundboard import *
class VersionInfo(NamedTuple):