diff options
| author | Nadir Chowdhury <[email protected]> | 2020-11-27 04:00:09 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-26 23:00:09 -0500 |
| commit | fa303860738455bba15d77abdc869dee22d75c6b (patch) | |
| tree | 1ddbe076066f65ad5ecb8d9011f91a828548b7d1 | |
| parent | Add a way to check if the websocket is rate limited. (diff) | |
| download | discord.py-fa303860738455bba15d77abdc869dee22d75c6b.tar.xz discord.py-fa303860738455bba15d77abdc869dee22d75c6b.zip | |
Fix `discord.RoleTags` resolution
| -rw-r--r-- | discord/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/__init__.py b/discord/__init__.py index dd26436c..801c0389 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -38,7 +38,7 @@ from .asset import Asset from .errors import * from .calls import CallMessage, GroupCall from .permissions import Permissions, PermissionOverwrite -from .role import Role +from .role import Role, RoleTags from .file import File from .colour import Color, Colour from .integrations import Integration, IntegrationAccount |