bennyscripts / ghost

The most advanced open-source Discord Selfbot and rewrite of the incredibly successful Ghost selfbot.
MIT License
9 stars 4 forks source link

Code #3

Closed Drew-Xbox-FOR3V3RUP closed 1 week ago

Drew-Xbox-FOR3V3RUP commented 8 months ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/ghost/ghost.py", line 40, in ghost = commands.bot( ^^^^^^^^^^^^^ TypeError: 'module' object is not callable

Pops up when trying to start the bot

bennyscripts commented 1 week ago

Before you follow the below steps, you must pull the most recent changes.

  1. Create a virtual python environment.
  2. Activate the virtual environment.
  3. Install the requirements in requirements.txt using pip install -r requirements.txt.
  4. Run ghost.py.