You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var message = client.Messages.find(m => true);
client.Messages.deleteMessage(message);
But it doesn't delete the most recent message, it just deletes the first message since the bot came online and after that every time I try it it fails.
I don't understand the docs and I accidentally deleted the entire channel trying to figure this out and I still don't know how to do it. Please help
The text was updated successfully, but these errors were encountered: