Chris Hodges
Results
2
comments of
Chris Hodges
@dzlandis It looks like the player.on event handler is not being called because it is not attached to the correct object. In the first code snippet, player is defined and...
@Kaisarion One possible solution to this issue would be to organize the commands into different categories or modules, and then import each module separately. This would make the code more...