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

Not able to host selfbot 24/7 & run the custom status with it. #1

Open
gwth-am opened this issue May 9, 2022 · 2 comments
Open

Not able to host selfbot 24/7 & run the custom status with it. #1

gwth-am opened this issue May 9, 2022 · 2 comments

Comments

@gwth-am
Copy link

gwth-am commented May 9, 2022

Hello!
I used your code to create a mini version, where my account would be hosted 24/7 while displaying a non-animated (static) status. The account stays turned on but, the custom status status doesn't work..
Snippets of codes I used:

selfbot = commands.Bot(loop=loop, command_prefix="1!", intents=intents, status=discord.Status.dnd, self_bot=True)
@bot.event
async def on_ready():
  print("Bot is online!")
  while True:
    requests.patch("https://ptb.discordapp.com/api/v6/users/@me/settings", headers={"authorization":token}, json=content)
selfbot.run(token, bot=False)```
@gwth-am
Copy link
Author

gwth-am commented May 9, 2022

@lnxcz

@awawawawawawawawaw
Copy link

upload it to pythonanywhere.com ez

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

2 participants