the-cult-of-integral / discord-raidkit

An open-source, forever free tool that allows you to raid and destroy Discord servers via Discord bots, compromise Discord accounts, and generate Discord token grabbers.
GNU General Public License v2.0
610 stars 166 forks source link

ModuleNotFoundError #95

Closed Justman100 closed 9 months ago

Justman100 commented 9 months ago

On Microsoft Windows

File "...\Raid\Discord Raidkit v2.4.4\Discord Raidkit v2.4.4.py", line 17, in import conf.config as conf ModuleNotFoundError: No module named 'conf.config'

nacho-cheeze commented 9 months ago

you can use the command "pip install conf.config"

Justman100 commented 9 months ago

you can use the command "pip install conf.config"

ERROR: Could not find a version that satisfies the requirement conf.config (from versions: none) ERROR: No matching distribution found for conf.config

the-cult-of-integral commented 9 months ago

conf.config is not an external module. I'm unable to reproduce this issue, but it sounds like something to do with a missing file, or a file being in the wrong location, hence why Python cannot find it.

Justman100 commented 9 months ago

conf.config is not an external module. I'm unable to reproduce this issue, but it sounds like something to do with a missing file, or a file being in the wrong location, hence why Python cannot find it.

I just cloned it and tried to install it directly