Skip to content
Snippets Groups Projects
Commit 748d377b authored by Reviath's avatar Reviath
Browse files

Added ping command

parent 88e61f72
No related branches found
No related tags found
No related merge requests found
exports.run = async (client, message, args, connection) => {
message.channel.send(`Pong! ${client.ws.ping}ms`).catch(e => {
return;
});
};
module.exports.help = {
name: 'ping',
aliases: ['pong']
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment