T
T
TanderOFF2021-07-14 21:39:33
Python
TanderOFF, 2021-07-14 21:39:33

How to set selfbot status?

Hello, I understand very well that self bots are banned by Discord, but I have a question, Can I set the status of this bot? Text like in this image
60ef2fe70ce52126802723.png

async def status(bot):
    gamename = 'Atmosfera'
    while not bot.is_closed():
        await bot.change_presence(name=gamename, status=discord.Status.online, afk=True)
        await asyncio.sleep(20)



bot.loop.create_task(status(bot))
bot.run(read_config('token'), bot=False)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question