我的代码:
@commands.command(pass_context=True)
@commands.guild_only()
async def owner_mention(self, ctx):
await ctx.send(ctx.guild.owner.mention)
错误:
Discord.ext.commands.errors.CommandInvokeError:命令引发异常:AttributeError:“NoneType”对象没有属性“提及”
胡子哥哥
相关分类