如何让 selfbot 加入服务器? [英] How do I make a selfbot join a server?

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

问题描述

我希望我的 selfbot 使用/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.

推荐答案

不能,Client 对象.

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.

示例:
一个 bot 创建者制作了 10 个 bot,使用 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.

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

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