Discordpy Selfbot不加入服务器,但不会引发错误

时间:2018-08-05 16:04:04

标签: python python-3.x discord.py

import discord
import asyncio
from discord.ext import commands
invite = "https://discord.gg/XXXXX"
bot = commands.Bot(command_prefix=prefix, description=description,self_bot=True)
@bot.event
async def on_ready():
    print('Logged in as')
    print(bot.user.name)
    print(bot.user.id)
    print('------')
    await bot.accept_invite(invite)
    for server in bot.servers:
        print(server)
bot.run(usertoken2, bot=False)

没有引发错误,也没有返回任何错误。 我只是找不到我的错误。 我知道自助机器人反对Discord的TOS,但这不是滥用它,而是了解事情的发展。

1 个答案:

答案 0 :(得分:1)

由于Discord减少了垃圾邮件,因此您无法再使用accept_invite