Fix AI
This commit is contained in:
parent
a17e54d024
commit
6264567ec9
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ const onAI = async (text: string, roomId: string, sender: string) => {
|
|||
let personality = config.app.ai.personalities[state.personality.index];
|
||||
|
||||
if (date > state.personality.startTime + (personality?.timeout ?? 0)) {
|
||||
console.log("TEST");
|
||||
const randomInt = Math.floor(
|
||||
Math.random() * config.app.ai.personalities.length,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue