Discord.js delete user message?
So I have been making a Discord bot and it has some commands. You know how in Minecraft when you type a command lets say /tp @s ~ ~ ~
. It executes the command but the command typed in doesn't show in the chat? Well, is there any way to do that in discord.js? Such as deleting the user's message?
Voters
You can just delete the message if you have a handle to it.
that's the documentation for discord.py, not discord.js! @19wintersp
@Squirrel777 Oh, sorry, I'm stupid; here you go.
ok thanks! @19wintersp