Add SKU subscriptions support

This commit is contained in:
MCausc78
2024-10-09 18:04:14 -04:00
committed by GitHub
parent 0ce75f3f53
commit 58b6929aa5
10 changed files with 445 additions and 12 deletions
+1
View File
@@ -71,6 +71,7 @@ from .threads import *
from .automod import *
from .poll import *
from .soundboard import *
from .subscription import *
class VersionInfo(NamedTuple):