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

Update ping.js

parent 2baa3e1c
No related branches found
No related tags found
No related merge requests found
Pipeline #70 canceled
const Discord = require('discord.js');
exports.run = async(client, message, args) => {
exports.run = async(bot, message, args) => {
message.channel.send(+ client.ping + `ms `)
message.channel.send(+ bot.ping + `ms `)
};
module.exports.help = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment