izy521 / discord.io

A small, single-file library for creating DiscordApp clients from Node.js or the browser
https://discord.gg/0MvHMfHcTKVVmIGP
MIT License
535 stars 155 forks source link

Is it possible to log ID of a message bot is sending? #310

Open KitsuneFM opened 5 years ago

KitsuneFM commented 5 years ago

I mean rawEvent.d.id logs ID of a previous message, that triggered the bot. But what if I want to log the message it's sending?

For a purpose of doing such command:

!mem - sends a meme and logs ID of a message !remem - delete previous meme (it has to know the ID of the message it should delete, right?) and sends new meme

So is this possible?

cloudrac3r commented 5 years ago
.sendMessage(options, (err, res) => {
    // do something with res.id

Feel free to join the official server to ask more questions: https://discord.gg/0MvHMfHcTKVVmIGP