Advertisement
Earthcomputer

echo.js

Sep 19th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var content = message.getContent();
  2. content = content.split(" ");
  3. content.shift();
  4. content = content.join(" ");
  5. if (content.length == 0) {
  6.     content = "Earthcomputer is awesome!";
  7. }
  8. channel.message(content);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement