mc up up up

This commit is contained in:
SiHuan 2020-02-28 19:42:53 +08:00
parent 622683df5e
commit cfdc2895c2

View file

@ -5,6 +5,8 @@ from subprocess import getoutput,call
class Ans(StdAns):
AllowGroup = [959613860]
def GETMSG(self):
if len(self.parms) < 2:
return '不加参数是坏文明!'
cmd = self.parms[1]
AllowCmd = ['list','status','say']