def cmd_joinserver(self):
"""
Usage {command_prefix}joinserver [Server Link]
Asks the bot to join a server.
"""
return Response('I am quite happy you would like me to join one of your servers! Just remember that to function properly, I must have **administrator** permissions. Here is my invite link:\n<{}>'
''.format(discord.utils.oauth_url(BOT_USER_ACCOUNT, permissions=discord.Permissions.all())),
reply=True)
评论列表
文章目录