Reputation: 33
How can I get the id of the message I send using the BOT? I'm using something like that:
await ctx.send("Test")
But then I don't know what to do to get the id. On the API reference there isn't written how to achieve that.
Upvotes: 2
Views: 7692