This commit is contained in:
1-6
2023-07-22 07:38:55 +08:00
parent ae09010047
commit 91686cb362
29 changed files with 10158 additions and 390 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ func RegistTasks(pt *Tasks) {
for _, meta := range pt.Senders {
adapter, _ := GetAdapter(meta.Platfrom, meta.BotID)
if adapter != nil {
sender := adapter.Sender2()
sender := adapter.Sender2(nil)
sender.SetFsps(&common.FakerSenderParams{
Content: content,
ChatID: meta.ChatID,
@@ -324,7 +324,7 @@ func init() {
functions := Functions
for _, function := range functions {
if function.UUID != "" {
scripts[function.UUID] = function.Title + ".js"
scripts[function.UUID] = function.Title + function.Suffix
}
}
var user_names = []NicklabeL{}