Feat: which bot to move
This commit is contained in:
@ -6,6 +6,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"golias/broker"
|
||||
"golias/llmapi"
|
||||
"golias/models"
|
||||
"golias/utils"
|
||||
"golias/wordloader"
|
||||
@ -121,6 +122,10 @@ func loadState(username string) (*models.UserState, error) {
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
func loadBot(botName, roomID string) (*llmapi.Bot, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func getAllNames() []string {
|
||||
names := []string{}
|
||||
// will not scale
|
||||
|
Reference in New Issue
Block a user