#help meh
1 messages · Page 1 of 1 (latest)
if (!args[0]) return await message.channel.send({ embeds: [helpEmbed] }).then(m => { setTimeout(async () => { await m.delete() }, 10000)})
@mild sleet notice the async i added
After set timeout
@zealous iron It still not deleteing the messages
I wanted to delete user's message and bot's message after seconds
Did the bot message delete?
No it didn't
Show ur full code again
https://codeshare.io/AdEmRe here @zealous iron
Can u use paste bin or something cause that website isnt loading for me
ok
Ty
Did it send your help embed?
And did it delete the embed?
Oh it's now deleting bot's message only how to delete user's msg too?
Add await message.delete() after await m.delete()
But with timeout?