def url():
"""Generates an invite link to bring Yuudachi to your server"""
oauth_url = discord.utils.oauth_url("181157059130163207", permissions=discord.Permissions.all())
msg = "Please use this link to add me to your server, Poi~ \n{}".format(oauth_url)
await bot.say(msg)
评论列表
文章目录