Add SKU subscriptions support

This commit is contained in:
MCausc78
2024-10-10 01:04:14 +03:00
committed by GitHub
parent 0ce75f3f53
commit 58b6929aa5
10 changed files with 445 additions and 12 deletions

View File

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