diff options
author | mjk134 <57556877+mjk134@users.noreply.github.com> | 2022-07-11 19:56:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 19:56:34 +0000 |
commit | b271f3b37c9a28ba9254f2a24c98cfcd65cb3c24 (patch) | |
tree | cc2750d71d5b620f04f76accf2a0692f2c619e72 /discord/utils | |
parent | 79eec53d671e571e4cc2515caba334bd6bedbc7e (diff) | |
download | discobra-b271f3b37c9a28ba9254f2a24c98cfcd65cb3c24.tar.gz |
chore(client): Change send method of hearbeat + identify
Diffstat (limited to 'discord/utils')
-rw-r--r-- | discord/utils/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/discord/utils/__init__.py b/discord/utils/__init__.py index 7fdb52b..199f0c8 100644 --- a/discord/utils/__init__.py +++ b/discord/utils/__init__.py @@ -1 +1,3 @@ -from .event_emitter import * \ No newline at end of file +from .event_emitter import * +from .exceptions import * +from .rest import * \ No newline at end of file |