Skip to content
Snippets Groups Projects
Commit 550f2ffd authored by Imran Hussain's avatar Imran Hussain
Browse files

Add a ping command

parent dbed4b76
No related branches found
No related tags found
No related merge requests found
module.exports = {
name: 'ping',
description: 'Ping!',
cooldown: 5,
execute(message) {
message.reply('Pong.');
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment