OmegaDevStudio / Selfcord-Old

A discord selfbot API wrapper.
MIT License
38 stars 18 forks source link

Removes "importlib" from requirements #28

Closed cookie-is-yummy closed 1 year ago

cookie-is-yummy commented 1 year ago

Most people have python3, which already has importlib preinstalled. The removal of this requirement would allow people using python3 to pip install the package without encountering any errors.

Shell1010 commented 1 year ago

Alright apologies, I didn't notice and thought it wasn't preinstalled.