From bae41b49e4c3e27dc8db8ae7fcaf49ed7ba15c12 Mon Sep 17 00:00:00 2001 From: Sandaru Tharuneth Date: Thu, 30 Jun 2022 14:09:56 +0530 Subject: [PATCH] Update ping.js --- commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ping.js b/commands/ping.js index e793183..1803608 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -4,7 +4,7 @@ const config = require('../config.json'); module.exports.run = async (client, message, args) => { let m = await message.reply("Sending request to websocket...") let pong = new Discord.MessageEmbed() - .setTitle("<:pong:925365898804604928> Pong!") + .setTitle("Pong!") .setColor('#2F3136') .setThumbnail(process.env.THUMBNAIL) .setTimestamp()