deleted useless VARIABLE

This commit is contained in:
SileNce5k 2021-02-19 22:21:08 +01:00
parent f0c5e23720
commit eeb18d199b
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -8,7 +8,6 @@ module.exports = {
execute(message, args) { execute(message, args) {
let info; let info;
let nickname = ""; let nickname = "";
if (!args[0]) { if (!args[0]) {
info = message.author.id; info = message.author.id;
} else { } else {