M
M
Mr_eoka2021-02-04 16:24:15
Node.js
Mr_eoka, 2021-02-04 16:24:15

How to make the bot delete the message after it writes its read details?

How to make it so that when I sent a message to the channel, my message was deleted and written by a bot

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-02-04
@Mr_eoka

let ct = message.content;

message.delete();

message.channel.send(ct)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question