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:
parent
e189fd63be
commit
abbee096cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue