PolyMarsDev / Sokobot

A Discord bot that lets you play Sokoban
254 stars 135 forks source link

lower memory usage, optimized controls #7

Closed michel-giehl closed 4 years ago

michel-giehl commented 4 years ago

Optimized memory management by only storing IDs instead of JDA Objects. Optimized game controls by triggering them if the user adds or removes a reaction instead of having the bot remove the reaction.

AffluentAvo commented 4 years ago

This is conflicting with current code. Optimized memory has already been applied with code improvements by another PR. Closing PR.