animated-status icon indicating copy to clipboard operation
animated-status copied to clipboard

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

Open gwth-am opened this issue 2 years ago • 2 comments

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 avatar May 09 '22 12:05 gwth-am

@lnxcz

gwth-am avatar May 09 '22 12:05 gwth-am

upload it to pythonanywhere.com ez

awawawawawawawawaw avatar Oct 10 '22 16:10 awawawawawawawawaw