积分系统
This commit is contained in:
@@ -40,6 +40,22 @@ class CommandParser:
|
||||
'.五子棋': 'gomoku',
|
||||
'.gobang': 'gomoku',
|
||||
|
||||
# 积分系统
|
||||
'.points': 'points',
|
||||
'.积分': 'points',
|
||||
'.checkin': 'points',
|
||||
'.签到': 'points',
|
||||
'.打卡': 'points',
|
||||
|
||||
# 炼金系统
|
||||
'.alchemy': 'alchemy',
|
||||
'.炼金': 'alchemy',
|
||||
|
||||
# 积分赠送系统
|
||||
'.gift': 'gift',
|
||||
'.赠送': 'gift',
|
||||
'.送': 'gift',
|
||||
|
||||
# 帮助
|
||||
'.help': 'help',
|
||||
'.帮助': 'help',
|
||||
|
||||
Reference in New Issue
Block a user