You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
Instead of going loop -> if ends with py -> load extensions, you could move this logic inside the load_extension function, or have a predefined list of directories to load from. For example (not tested):
Hey, I saw your thread on the Hypixel forums and thought I'd drop some feedback.
HypixelBot/main.py
Lines 24 to 46 in f70cb70
Instead of going loop -> if ends with py -> load extensions, you could move this logic inside the
load_extensionfunction, or have a predefined list of directories to load from. For example (not tested):