From 57d61199db34bf6cba00e116bb3fe4d5c0329647 Mon Sep 17 00:00:00 2001 From: igorkowalczyk Date: Wed, 13 Oct 2021 17:00:16 +0200 Subject: [PATCH] Format code --- commands/Owner/eval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Owner/eval.js b/commands/Owner/eval.js index 4bfff32456..60b724d9c2 100755 --- a/commands/Owner/eval.js +++ b/commands/Owner/eval.js @@ -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")