小编Bur*_*rcu的帖子

每 10 分钟更改一次 setGame 文本

我正在尝试在 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)

javascript discord discord.js

1
推荐指数
1
解决办法
73
查看次数

标签 统计

discord ×1

discord.js ×1

javascript ×1