Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Oct 13, 2021
1 parent 600d1b5 commit 57d6119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Owner/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
});
}
let evaluated = eval(result);
let type = typeof(evaluated)
let type = typeof evaluated;
console.log(result);
const success = new Discord.MessageEmbed() // Prettier
.setColor("RANDOM")
Expand Down

0 comments on commit 57d6119

Please sign in to comment.