Get Message By ID: Discord.js
问题 I am doing a report system for a discord bot and I want the player to report a specific message by the id so that the moderators can decide if it is offensive or not. I am struggling to find a way to get the message's text from the given id. Is there a possible way of doing this? 回答1: You can retrieve a message by id through msg.channel.fetchMessage(); The documentation is here. If you want to be able to retrieve a message from any channel by id, you can loop through all channels and catch