Advertisement
AEAEAEAEarray

say command

Aug 29th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function say(userinput) {
  2.     if (!userinput) return send("Please enter message to say. Usage: say [message]");
  3.     send("Say: " + userinput);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement