about summary refs log tree commit diff stats
path: root/discord/user.py
Commit message (Collapse)AuthorAgeFilesLines
* Add `EventEmitter` + fix `User` constructor not being able to set key, valuesmjk1342022-07-081-2/+2
|
* feat(gateway): Add ready data to `user` attribute of `Client`Noah2022-07-081-0/+22
|
* feat(gateway): Added basic gateway connectionNoah2022-07-081-0/+0
Could really use refining, this is just a basic implementation