Discord.py 有办法改变机器人的状态吗?

Discord.py There is a way to change the status of a bot?

game = discord.Game("Testing")
await client.change_presence(activity=game)

这是 coee,但我的状态是 "Playing Testing" 而不是 "Testing"。有没有办法只显示测试?

如果你在玩一些游戏,你可以在你的 activity 中看到:玩(某事)。 如果您只想测试,请调整状态。

机器人目前无法设置自定义状态,这是唯一没有 "playing"、"watching" 等前缀的方法