basicBot / source

A not so basic bot for plug.dj
89 stars 593 forks source link

If Wait-List empty, song stats & autowoot don't work #119

Closed WiBla closed 6 years ago

WiBla commented 8 years ago

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.

WiBla commented 6 years ago

Fixed as of #146 :ok_hand: