From eeb18d199bac6676e6e15c50a86c5eddf0f36c81 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 19 Feb 2021 22:21:08 +0100 Subject: [PATCH] deleted useless VARIABLE --- commands/userinfo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/userinfo.js b/commands/userinfo.js index edc3c97..7e165a8 100644 --- a/commands/userinfo.js +++ b/commands/userinfo.js @@ -8,7 +8,6 @@ module.exports = { execute(message, args) { let info; let nickname = ""; - if (!args[0]) { info = message.author.id; } else {