runners and fixes
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user