I've done a small research and it could be because the bot looks for the ID of the users in the wait-list but since it's empty, it "cannot read property 'id' of undefined" at line 951 in the eventDjAdvance function.
It may be fixed by looking for typeof obj !== 'undefined' before doing any work on it.
I've done a small research and it could be because the bot looks for the ID of the users in the wait-list but since it's empty, it "cannot read property 'id' of undefined" at line 951 in the eventDjAdvance function.
It may be fixed by looking for typeof obj !== 'undefined' before doing any work on it.