Discord.py get message from DM
up vote
0
down vote
favorite
I try to make my bot to get message from DM using this syntax:
for wolf in wolf_list_id:
poll_message = await self.client.get_message(wolf, react_message.id)
The wolf contains the id of user, but the get_message syntax can't take the id from wolf. Any ideas?
python discord discord.py
add a comment |
up vote
0
down vote
favorite
I try to make my bot to get message from DM using this syntax:
for wolf in wolf_list_id:
poll_message = await self.client.get_message(wolf, react_message.id)
The wolf contains the id of user, but the get_message syntax can't take the id from wolf. Any ideas?
python discord discord.py
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another messagereact_message
?
– Patrick Haugh
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I try to make my bot to get message from DM using this syntax:
for wolf in wolf_list_id:
poll_message = await self.client.get_message(wolf, react_message.id)
The wolf contains the id of user, but the get_message syntax can't take the id from wolf. Any ideas?
python discord discord.py
I try to make my bot to get message from DM using this syntax:
for wolf in wolf_list_id:
poll_message = await self.client.get_message(wolf, react_message.id)
The wolf contains the id of user, but the get_message syntax can't take the id from wolf. Any ideas?
python discord discord.py
python discord discord.py
asked yesterday
Shiina011
51
51
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another messagereact_message
?
– Patrick Haugh
yesterday
add a comment |
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another messagereact_message
?
– Patrick Haugh
yesterday
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another message
react_message
?– Patrick Haugh
yesterday
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another message
react_message
?– Patrick Haugh
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371935%2fdiscord-py-get-message-from-dm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What exactly is this supposed to do? You're looking in private channels for a message with the same id as another message
react_message
?– Patrick Haugh
yesterday