如何使自助机器人加入服务器? [英] How do I make a selfbot join a server?

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

问题描述

我希望我的自助机器人通过使用/summon [invite]之类的命令通过邀请加入服务器.

I want my selfbot to join servers by an invite by using a command such as /summon [invite].

我尝试使用接受邀请功能,但是似乎没有用.

I have tried to use the accept invite function but it didn't seem to be working.

client.accept_invite()

它不返回任何错误或任何东西.

It doesn't return any errors or anything.

推荐答案

您不能,

You can't, there is no method to accept any sort of invite under Client object.

而且我想这是设计使然,原因是答案之一的评论

And I would suppose this is by design, as the reason is stated in the comments of one of the answer here.

...因为这将使漫游器随机"加入行会.只要漫游器可以访问邀请链接,它就可以接受并进入任何公会.即使具有基本的阅读消息权限,这也意味着该行会中的所有对话现在都可以在不知不觉中被记录下来...

...Because this would allow bots to "randomly" join guilds. So long as the bot has access to an invite link it would be able to accept and get into any guild. Even with basic read message permissions this means that all conversation within that guild could now be logged unknowingly ...

TLDR;防止恶意使用漫游器.

TLDR; To prevent malicious usage of bots.

示例:
一个机器人创建者制造了10个机器人,并使用 accept_invite 方法邀请它们进入受害服务器.然后对它们进行编码,以在目标服务器的每次聊天中开始发送垃圾邮件.

Example:
A bot-creator made 10 bots, used an accept_invite method to invite them into a victim server. Then coded them all to start spamming in every chat of the targeted server.

这篇关于如何使自助机器人加入服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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