我正在尝试检查某些参数是否是我服务器上的命令
async def test(self, ctx, *, cmd: str): if cmd in self.bot.commands:
我该怎么办?self.bot.commands获取命令对象列表,而不是名称。.