Declare variable

Forgot to declare variable. I don't know why it works without declaring
shit, but javascript is weird. I'll declare  it anyways 'cause you never
know what could happen.
This commit is contained in:
SileNce5k 2021-07-02 09:22:04 +02:00
parent e189fd63be
commit abbee096cc
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -1,5 +1,5 @@
module.exports = function(beforeSize, client){
let sendText;
if (beforeSize > client.commands.size) {
let difference = beforeSize - client.commands.size;
if (difference == 1)