Is it possible to change my txAdmin's bot status from "Watching" to something like "Playing"

Does anyone know if there is any way I can change the status my bot that mas made from txAdmin from, “Watching” to something like “Playing”?

Yes, you can simply change this bot status for searching for the “Watching” text (try finding it using a text editor program), replace it with Playing, pretty sure there’s JS files available in the build.

hello i have changed it?, how?

any update?

I’m sure that the code is located here:
https://github.com/tabarra/txAdmin/blob/216e28a545875af232c605cbb181044039b0ff91/core/components/DiscordBot/index.ts#L173C13-L173C85.
To change it, please refer to the Discord.js documentation:
https://old.discordjs.dev/#/docs/discord.js/14.11.0/class/ClientUser?scrollTo=setActivity.

However, this is the source code. The built-in ServerFX file can be found at ./citizen/system_resources/monitor/core/index.js. Of course, it is minified, which makes it difficult to read and edit.