Discord.py 使用机器人邀请机器人

时间:2021-06-29 13:43:56

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

我试图让我的机器人使用 discord.py 邀请另一个机器人。有什么办法解决这个问题吗?感谢所有试图帮助我的人。祝你好运!

@bot.command()
async def Invite(ctx, invite_link=None):
    if invite_link == None:
        await ctx.message.author.send(embed=discord.Embed(
                        title='**Syntax Error**',
                        description='**Please provide an invite Link!**',
                        color=discord.Color.red()
                        )
        return
    #Inviting function
    #Doing stuff....

1 个答案:

答案 0 :(得分:0)

您只能使用从 develeper portal 获得的链接邀请 Discord 机器人到 Discord 服务器。此外,只有服务器管理员/所有者才能邀请机器人加入 Discord 服务器。我希望这会有所帮助,并随时回复此消息以获得更多支持!