From c788b0481dcaeecba1bf157787ab876b80dbba1a Mon Sep 17 00:00:00 2001 From: Si-Huan <49349784+Si-Huan@users.noreply.github.com> Date: Mon, 1 Jun 2020 22:50:52 +0800 Subject: [PATCH] Update mc.py --- worker/mc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/mc.py b/worker/mc.py index 1870cea..0bd3568 100644 --- a/worker/mc.py +++ b/worker/mc.py @@ -3,7 +3,7 @@ import re from subprocess import getoutput,call class Ans(StdAns): - AllowGroup = [959613860] + AllowGroup = [959613860, 125733077] def GETMSG(self): if len(self.parms) < 2: return '不加参数是坏文明!' @@ -47,4 +47,4 @@ class Ans(StdAns): else: msg = '汝是不是在mc后面添加了奇怪的参数,咱可只知道 status list 和 say。' - return msg \ No newline at end of file + return msg