Open Googaa0082 opened 1 month ago
I followed every step and still nothing happens
The bot doesn't even come online
And please make a script to make exe file as the pyinstaller run into many problems
And in line 34 serverID there are no ('.') like in the other variables
If pyinstaller is having issues I think there may be other problems.
The serverID variable is an integer, a big one. Don't put quotes.
I tried it without the quotes at first But nothing happened The bot didn't came online Edit: can I get ur contact where you're usually online? Telegram perhaps?
Remove the "w" from ".pyw" and run harmony with python and see if the error is with the script, you can send the error here and I can try to help.
You mean remove 'w' from '.pyw' here or change the file extension.
Sorry, change the file extension.
Brother it is not working the bot is still offline Plz contact me on telegram https://t.me/googaa12
I don't have telegram, if you want help it has to be here.
I dont mind that but I did everything required and it still doesn't work. The bot dosent come online Put in all the variables, put the server id without quotes and changed the extension. Im using python version 10 and I get no error. Would making it into an (.exe) file work?
Does the script run when you run it with python? If it does and your bot doesn't come online then either your bot is set up wrong or the variables are set wrong.
I wrote this script in Python 3, the different versions are 1, 2, and 3.
Converting to an exe wont work until the script runs with no errors.
I tested this script again the other day and it is working, did you make a text channel named "check-in" and assigned your webhook to post in that channel? You need both a bot and a webhook set up.
I made a text channel named 'check-in' in my newly created server. I integeated webhook in that channel and paste its url in the rat. I made a bot and invite it to the server and paste its token in the rat. I put the server id in the rat without quotes. Saved the file and changed the file extension to py. Turned off antivirus. Still it doesn't work. When I run the file, command prompt opens for a bit then closes. No error is shown. And the bot is offline. I think its a library issue
you should run it in powershell or cmd to get the error. maybe remove .pyw from the file extension as well and change the filename variable on line 35 to match whatever the actual file name is.
I followed every step and still nothing happens The bot doesn't even come online And please make a script to make exe file as the pyinstaller run into many problems And in line 34 serverID there are no ('.') like in the other variables