This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
I want to delete his message after the bot response. I tried to do this, but it didn't work out. |
Beta Was this translation helpful? Give feedback.
Answered by
Mateo-tem
Mar 30, 2022
Replies: 1 comment 1 reply
-
You can use the modal.reply("text");
setTimeout(() => {
modal.deleteReply();
}, 3000); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
.deleteReply()
method: