def exc(ctx, *args): if Henry(ctx): query = " ".join(args) await bot.say("```"+subprocess.getoutput(query)+"```") else: await bot.say("You ain't my master! Shoo!")