mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix mention_author suppressing all mentions
This commit is contained in:
@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from typing import Union, List, TYPE_CHECKING, Any, Union
|
||||
from typing import Union, List, TYPE_CHECKING, Any
|
||||
|
||||
# fmt: off
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user