deleted useless VARIABLE
This commit is contained in:
parent
f0c5e23720
commit
eeb18d199b
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue