Skip to content

Instantly share code, notes, and snippets.

@Senither
Last active April 27, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Senither/f6c8a68769d6ac99ca6aa970827416a5 to your computer and use it in GitHub Desktop.
Save Senither/f6c8a68769d6ac99ca6aa970827416a5 to your computer and use it in GitHub Desktop.
// In the message create event
let author = e.message.author;
e.message.sendMessage(`Hi there <@${author.id}>!`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment