Skip to content

Commit

Permalink
Update installation.py
Browse files Browse the repository at this point in the history
added pycord to the installation. (this is for discord,ui, without it buttons won't work.
  • Loading branch information
DanielOrourke02 committed May 4, 2024
1 parent 2d9c826 commit 8c926ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def INSTALLING_PACKAGES(package): # install packages


if CONFIG.get("skip_installtion") == "false":
os.system('pip install git+https://github.com/Rapptz/discord.py') # for discord.ui

for package in REQUIRED_PACKAGES: # loop and install required packages
INSTALLING_PACKAGES(package)
else:
Expand Down

0 comments on commit 8c926ee

Please sign in to comment.