如何设置机器人的状态 [英] How to set bot's status

查看:45
本文介绍了如何设置机器人的状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,我试图使我的机器人的流媒体处于沮丧状态,但我尝试了多种方法,但它们均无法正常工作.
我已经尝试过以下方法:

So I'm trying to make my bot's streaming to be with depression but I've tried multiple things and they don't work.
I've tried these methods:

client.user.setPresence({ game: { name: 'with depression' }, status: 'online' });
bot.user.setGame('with depression', 'https://www.twitch.tv/monstercat');

这些似乎都没有按照应有的方式工作.感谢您的帮助.

None of these seem to be working the way they should. Any help is appreciated.

推荐答案

使用此:

client.user.setActivity("with depression", {
  type: "STREAMING",
  url: "https://www.twitch.tv/monstercat"
});

这篇关于如何设置机器人的状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆