Skip to content

Commit

Permalink
fix: inconsistent console log
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioBrux committed Jan 12, 2021
1 parent 68a5da7 commit c3c7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ for (const token of tokens) {
}

if (usedTokens.includes(code)) {
console.log(chalk`{magenta [Nitro Sniper]} {rgb(28,232,41) [+]} {rgb(255,228,138) Sniped[ ${code}] - Already checked - Seen in ${msg.guild ? msg.guild.name : "DM"} from ${msg.author.tag}.}`);
console.log(chalk`{magenta [Nitro Sniper]} {rgb(28,232,41) [+]} {rgb(255,228,138) Sniped [${code}] - Already checked - Seen in ${msg.guild ? msg.guild.name : "DM"} from ${msg.author.tag}.}`);
continue;
}

Expand Down

0 comments on commit c3c7a11

Please sign in to comment.