AstraaDev / Discord-All-Tools-In-One

ATIO is a AIO Script Developed with Python3. It gathers a total of 23 Discord tools (including a RAT, a Raid Tool, a Token Grabber, a Crash Video Maker, etc). It has a pleasant and intuitive interface to facilitate the use of all with help and explanations for each of them.
MIT License
800 stars 254 forks source link

Added help command & fixed formatting errors #10

Closed SpectrixDev closed 2 years ago

SpectrixDev commented 2 years ago

It should also be noted that there is an issue with cv2 and compiling to an exe (on py3.9 it seems), i put a comment explaining whats wrong. To fix it, you would need to add --paths to the pyinstaller command, which would point to Python39\site-packages\cv2\python-3.9 . I have not included this fix in this pull request.