我正在尝试在 Discord Bot 上做一些事情我想每 10 分钟更改一次 setGame 文本
例如,10 分钟后,"#StayHome" => client.user.setGame( #StayHome); 或 10 分钟后再次 "!watch" = > client.user.setGame( !watch);
我希望它每 10 分钟更改一次我想要的 setGame 文本。我怎样才能做到这一点 ?
client.user.setStatus("online");
client.user.setGame(`!help`);
Run Code Online (Sandbox Code Playgroud)