@bot.event
async def on_ready():
print("я запустился")
game = disnake.Game("/help")
await bot.change_presence(status=disnake.Status.online, activity=game)
This function is not guaranteed to be the first event called. Likewise, this function is not guaranteed to only be called once. This library implements reconnection logic and thus will end up calling this event whenever a RESUME request fails.