Advertisement
Guest User

.exe

a guest
Feb 4th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. client.on('message', message => {
  2.     message.edit(message.content.replace(/asshole/gi, "[I'm stupid because I swear]"))
  3.        .THEN(msg => console.log(`Updated the content of a message from ${msg.author}`))
  4.        .catch(console.error);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement