Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.67k stars 3.74k forks source link

member.voice_channel only outputs none #278

Closed wictorklo closed 8 years ago

wictorklo commented 8 years ago

I use member.voice_channel to get the voice channel of a member who i know is active, however it always says "none", indicating that they are not in a voice channel. I'm assuming i missed something here. Including pictures of code and results: capture capture I am in a voice channel while typing this. Making it select other users instead of the author yields the same result.

wictorklo commented 8 years ago

Seems Discord doesn't like userbots, as in bots without the [bot] tag. It worked once i made it an actual bot instead of a user