diff options
Diffstat (limited to 'discord/mentions.py')
| -rw-r--r-- | discord/mentions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/mentions.py b/discord/mentions.py index b100b925..5b2a32e1 100644 --- a/discord/mentions.py +++ b/discord/mentions.py @@ -22,6 +22,10 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ +__all__ = ( + 'AllowedMentions', +) + class _FakeBool: def __repr__(self): return 'True' |