Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXE running but discord bot not online #364

Open
UnknownEntity20 opened this issue Apr 11, 2024 · 2 comments
Open

EXE running but discord bot not online #364

UnknownEntity20 opened this issue Apr 11, 2024 · 2 comments

Comments

@UnknownEntity20
Copy link

Hello, whenever I run my exe file that was created, the discord bot does not come online. I have enabled all intents and nothing is working (I have given the bot administrator). Please try to help me, I have attached my source_prepared.py below.

I am on Windows 11 home and I am using Python 3.12.3

image

@iCronic
Copy link
Contributor

iCronic commented Apr 12, 2024

First of all, do not share your bot token here on github where everybody can see it. And your using the latest python version which isnt supported. Uninstall it and install python version 3.11 and build again. Also win 11 wont work most of the time because wmic (the tool we use to identify the uuid) is removed in win 11. To test out you can use a vm with win 10 or ask a friend/send it to a victim

@UnknownEntity20
Copy link
Author

So does that mean I have to send the exe to a victim that has windows 10 and not windows 11?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@iCronic @UnknownEntity20 and others