增加禁言消息

This commit is contained in:
2019-01-22 00:13:49 +08:00
parent 5d5a0a9432
commit e3da5d98b3
4 changed files with 46 additions and 19 deletions

View File

@ -30,7 +30,7 @@ class User:
if self.level == 0:
if self.type == 1:
return "[房管]{}".format(self.name)
elif self.type == 2:
elif self.type == 3:
return "[主播]{}".format(self.name)
else:
return "{}".format(self.name)