Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question