Add sticker support

This commit is contained in:
Zomatree
2020-11-23 10:09:20 +00:00
committed by GitHub
parent f9b5cead31
commit 344cb96c5d
6 changed files with 178 additions and 3 deletions

View File

@ -58,6 +58,7 @@ from .voice_client import VoiceClient, VoiceProtocol
from .audit_logs import AuditLogChanges, AuditLogEntry, AuditLogDiff
from .raw_models import *
from .team import *
from .sticker import Sticker
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')