Skip to content

Commit

Permalink
Update format id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 23, 2021
1 parent 4e4977f commit ca040d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/gmium.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
for (let i = 0; i < result.length; i++) {
const gid = result[i].gid
const waktu = result[i].waktu
const sign = result[i].signature.replace('@c.us', '')
const sign = result[i].signature.replace('@s.whatsapp.net', '')
const life = result[i].lifetime
text += `${i}. *GID*: ${gid}\n`
text += ` ├> *Lifetime*: ${life}\n`
Expand Down

0 comments on commit ca040d2

Please sign in to comment.