mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
commit
67569f1fa6
|
|
@ -1,4 +1,6 @@
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
from numpy import double
|
||||||
from .personality import Personality
|
from .personality import Personality
|
||||||
from .identity import Identity
|
from .identity import Identity
|
||||||
import random
|
import random
|
||||||
|
|
@ -46,7 +48,7 @@ class Individuality:
|
||||||
personality_sides: list,
|
personality_sides: list,
|
||||||
identity_detail: list,
|
identity_detail: list,
|
||||||
height: int,
|
height: int,
|
||||||
weight: int,
|
weight: double,
|
||||||
age: int,
|
age: int,
|
||||||
gender: str,
|
gender: str,
|
||||||
appearance: str,
|
appearance: str,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue