Skip to content
Snippets Groups Projects
Commit c73931b6 authored by Levatax's avatar Levatax
Browse files

Update ping.js

parent 9e58ac64
Branches
No related tags found
No related merge requests found
Pipeline #39 canceled
......@@ -2,10 +2,11 @@ const Discord = require('discord.js');
exports.run = function(client, message, args) {
if ( ping > 200){
message.channel.send('My Ping İs Bad,' + client.ping + 'ms'`)
message.channel.send('My Ping İs Bad,' + client.ping + 'ms');
}
else {
message.channel.send('My Ping İs' + client.ping + 'ms')
message.channel.send('My Ping İs' + client.ping + 'ms');
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment