Add on_interaction event and Interaction class.

This is the first pass at the functionality. It's currently a bit
incomplete.
This commit is contained in:
Rapptz
2021-03-28 11:07:51 -04:00
parent 1e7f139313
commit 8cece19b22
5 changed files with 147 additions and 0 deletions

View File

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