Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guild get_channel voicechannel members does not update correct #5971

Closed
4 tasks done
IHASASUSHI opened this issue Oct 26, 2020 · 2 comments
Closed
4 tasks done

guild get_channel voicechannel members does not update correct #5971

IHASASUSHI opened this issue Oct 26, 2020 · 2 comments
Labels
bug This is a bug with the library. intents related User provided bad/invalid intents

Comments

@IHASASUSHI
Copy link

Summary

Either the guild.get_channel([channel id]).members or the voice channel.members does not update what members it can see.

The members it cannot see specifically are those that connected to a voice channel before it has joined.
However, it will recognize the member if bot has seen user join it after once. i.e.

  1. Bot joins voice channel
  2. User joins voice channel
  3. Bot disconnects from voice channel
  4. Bot reconnects to voice channel
    The bot will be able to still see that user even in they are in a different voice channel

Reproduction Steps

boot up the bot
have someone join a voice channel
have the bot join after said person has successfully joined the voice channel
check channel.members

Expected Results

the members list should have both the bot and the member

Actual Results

the members list will only have the bot

Intents

N/A

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.
  • I have provided the intents that my bot is using.

System Information

  • Python v3.8.5-final
  • discord.py v1.5.1-final
  • aiohttp v3.6.2
  • system info: Windows 10 10.0.19041
@IHASASUSHI IHASASUSHI added the bug This is a bug with the library. label Oct 26, 2020
@Gobot1234
Copy link
Contributor

Duplicate of #5867

@IHASASUSHI
Copy link
Author

ah I, see will close.

@dpy-manager-bot dpy-manager-bot added the intents related User provided bad/invalid intents label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug with the library. intents related User provided bad/invalid intents
Projects
None yet
Development

No branches or pull requests

3 participants