Add support for user collectibles

This commit is contained in:
Soheab
2025-08-26 03:34:18 -04:00
committed by GitHub
parent 69f06c9456
commit cbff6ddef9
8 changed files with 256 additions and 13 deletions
+1
View File
@@ -75,6 +75,7 @@ from .subscription import *
from .presences import *
from .primary_guild import *
from .onboarding import *
from .collectible import *
class VersionInfo(NamedTuple):