the docs are wrong? #443
Unanswered
MachineKillin
asked this question in
Help
Replies: 1 comment
-
The docs are for the latest master branch, you're probably using the very out of date stable version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
if message.type == discord.MessageType.call: print(message.channel.call)
yes it detects a call.
on the docs here: https://discordpy-self.readthedocs.io/en/latest/api.html?highlight=connect#discord.DMChannel
it states that the channel argument has the attribute "call".
my code return the error "AttributeError: 'DMChannel' object has no attribute 'call'" was this removed in an update?
im very confused because i've been trying to get my code to answer a dm call.
Beta Was this translation helpful? Give feedback.
All reactions