Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update ping.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth authored Jun 30, 2022
1 parent a48d3be commit bae41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bae41b4

Please sign in to comment.