dfrnoch / animated-status

Small python script that will animate your custom status!
MIT License
24 stars 4 forks source link

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

Open gwth-am opened 2 years ago

gwth-am commented 2 years ago

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 commented 2 years ago

@lnxcz

awawawawawawawawaw commented 1 year ago

upload it to pythonanywhere.com ez