okay so i just launched a bot which is currently in about 50 servers but it is already taking up a LOT of ram, about 600MB. Is there anything i can do to optimize this? My bot is a gamebot with features like turn based battle, inventory, economy etc. It also has a questing system that basically uses an if-else ladder to send a response based on what part of quest the user is at. It uses a lot of componentslike buttons and select menus for many of it's commands but i always ensure to stop the collectors after use and im certain there is no memory leak. I also have a function running in background in my main script to give energy to all users every 20 minutes.