Skip to content

Commit 73ebd83

Browse files
committed
fix: Removed Messageable.send not working during not removed testing stuff
1 parent eb559cc commit 73ebd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ async def send(
11131113
else:
11141114
reference = MISSING
11151115

1116-
if suppress_embeds or suppress_notifications or is_voice_message:
1116+
if suppress_embeds or suppress_notifications:
11171117
from .flags import MessageFlags
11181118
flags = MessageFlags._from_value(0)
11191119
flags.suppress_embeds = suppress_embeds

0 commit comments

Comments
 (0)