Added on_raw_typing
event
#47
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "2.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds in an
on_raw_typing
event. This may be useful if the typing starts in a DM, as otherwise, d.py is unable to resolve the user and so unable to dispatch anon_typing
event.Suggesting this was my first major PR here (kinda, I did one before but that was more minor), feel free to check and review over it.
I'll test it myself in a bit, but it should work fine, just am rather busy (EDIT: seems to work fine).
Fixes #7432.
Checklist
LGTM