mirror of
https://github.com/LiteyukiStudio/marshoai-melo.git
synced 2025-09-06 12:46:25 +00:00
🐱初步实现
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from .util import *
|
||||
from util import *
|
||||
|
||||
class MarshoContext:
|
||||
"""
|
||||
@ -44,4 +44,4 @@ class MarshoContext:
|
||||
target_dict = self._get_target_dict(is_private)
|
||||
if target_id not in target_dict:
|
||||
target_dict[target_id] = []
|
||||
return [spell] + target_dict[target_id]
|
||||
return [spell] + target_dict[target_id]
|
||||
|
Reference in New Issue
Block a user