Skip to content

Instantly share code, notes, and snippets.

@littletsu
Last active October 13, 2018 00:36
Show Gist options
  • Save littletsu/88de66dfb01cfb0f3efd02a8542435be to your computer and use it in GitHub Desktop.
Save littletsu/88de66dfb01cfb0f3efd02a8542435be to your computer and use it in GitHub Desktop.
// The command will be activated using _ping, since the filename is ping & our prefix is _
exports.run = (client, message, args) => {
// This sends a message to the channel, containing the string 'Pong!'
message.channel.send('Pong!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment