Skip to content

Instantly share code, notes, and snippets.

@renesansz
Created April 16, 2019 11:47
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 renesansz/9a125ad2fa0638be1939738a99051228 to your computer and use it in GitHub Desktop.
Save renesansz/9a125ad2fa0638be1939738a99051228 to your computer and use it in GitHub Desktop.
bot code block
client.on('message', msg => {
if (msg.content === 'ping') {
msg.reply('pong');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment