Answers for "python discord message.content from author"

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

Python Answers by Framework

Browse Popular Code Answers by Language