Ask Your Question
3

Why isn't DiscordJS 14's awaitMessages method gathering the sender's reply?

asked 2022-07-24 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-06-19 19:00:00 +0000

lakamha gravatar image

There could be a few reasons why the awaitMessages method in DiscordJS 14 isn't gathering the sender's reply:

  1. Incorrectly specified filter: The filter parameter in the awaitMessages method determines which messages will be collected. If the filter is not correctly specified, the method may not collect the sender's reply.

  2. Permissions issues: The bot may not have the necessary permissions to read messages in the channel where the method is being used. Make sure the bot has the necessary permissions to read and send messages in the channel.

  3. Not using await properly: If the awaitMessages method is not properly awaited, the rest of the code may execute before the method has had a chance to collect the sender's reply.

  4. Other code interference: Other code in the bot may be interfering with the awaitMessages method, causing it to not collect the sender's reply. Review any other code that may be running in the bot to see if there are any conflicts.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-24 11:00:00 +0000

Seen: 11 times

Last updated: Jun 19 '21