debug
This commit is contained in:
@@ -250,7 +250,7 @@ class LuckyPotPlugin(MessagePluginInterface):
|
||||
)
|
||||
|
||||
# 创建者自动加入房间
|
||||
nickname = ContactManager.get_instance().get_group_name(room_id, sender) or sender
|
||||
nickname = ContactManager.get_instance().get_group_name(roomid, sender) or sender
|
||||
room.add_player(sender, nickname)
|
||||
|
||||
# 扣除创建者积分
|
||||
|
||||
Reference in New Issue
Block a user