diff options
| author | Rapptz <[email protected]> | 2020-04-04 07:40:51 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 07:40:51 -0400 |
| commit | 041785937e091b7e282403d45dd0c68da340a8d4 (patch) | |
| tree | 1ea7a6bb47292e2a6978db690b98982338b4edba /discord/__init__.py | |
| parent | Fix regression with Member.activities not clearing (diff) | |
| download | discord.py-041785937e091b7e282403d45dd0c68da340a8d4.tar.xz discord.py-041785937e091b7e282403d45dd0c68da340a8d4.zip | |
Add support for configuring allowed mentions per message or bot wide.
Diffstat (limited to 'discord/__init__.py')
| -rw-r--r-- | discord/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/__init__.py b/discord/__init__.py index 2cca80ae..3bc6a02d 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -46,6 +46,7 @@ from .reaction import Reaction from . import utils, opus, abc from .enums import * from .embeds import Embed +from .mentions import AllowedMentions from .shard import AutoShardedClient from .player import * from .webhook import * |