aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/flags.py b/discord/flags.py
index 1487a231..95445517 100644
--- a/discord/flags.py
+++ b/discord/flags.py
@@ -778,6 +778,9 @@ class MemberCacheFlags(BaseFlags):
if intents.voice_states:
self.voice = True
+ if not self.joined and self.online and self.voice:
+ self.voice = False
+
return self
def _verify_intents(self, intents):