runners and fixes

This commit is contained in:
2026-01-28 21:50:58 +03:00
parent 84ff8134d9
commit b31b57878d
11 changed files with 92 additions and 84 deletions

View File

@@ -18,6 +18,7 @@ import (
func RegisterRP(bot *laniakea.Bot) {
rp := laniakea.NewPlugin("RP")
rp.Command(rpUserPromptSet, "rpuserpset")
rp.Command(rpInfo, "rp", "рп")
rp.Payload(rpInfo, "rp.info")
rp.Payload(rpWaifuList, "rp.waifu_list")
@@ -32,7 +33,6 @@ func RegisterRP(bot *laniakea.Bot) {
rp.Payload(newChatStage1, "rp.new_chat_s1")
rp.Payload(newChatStage2, "rp.new_chat_s2")
rp.Payload(newChat, "rp.new_chat")
rp.Command(rpUserPromptSet, "rpuserpset")
rp.Command(generate, "g", "gen", "г")
rp.Payload(compress, "rp.compress_chat")