Skip to content

Commit

Permalink
Update main-ping.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Jan 22, 2023
1 parent f923618 commit dae0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/main-ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let handler = async (m, { conn }) => {
exec(`neofetch --stdout`, (error, stdout, stderr) => {
let child = stdout.toString("utf-8");
let ssd = child.replace(/Memory:/, "Ram:");
m.reply(`${ssd}🟢 *raftar=* : ${latensi.toFixed(4)} _ms_`);
m.reply(`${ssd}🟢 *Speed* : ${latensi.toFixed(4)} _ms_ fast af👙`);
});
}
handler.help = ['ping']
Expand Down

0 comments on commit dae0a64

Please sign in to comment.