This commit is contained in:
SiHuan 2020-02-29 00:11:41 +08:00
parent 3a71246940
commit fefb0ced54

View file

@ -3,6 +3,8 @@ from zzcore import StdAns
class Ans(StdAns):
def GETMSG(self):
if len(self.parms) < 2:
return '不加参数是坏文明!'
r = random.randint(1,3)
if r == 1:
msg = self.raw_msg['message'][5:]