Answers for "discord.py get id of sent message"

1

discord.py get id of sent message

sent_message = await ctx.send("I want to get the ID of this message")
print(message.id)
Posted by: Guest on August-23-2021

Code answers related to "discord.py get id of sent message"

Python Answers by Framework

Browse Popular Code Answers by Language