class documentation
class Mood(enum.Enum):
Method | __init__ |
Undocumented |
Constant | AFRAID |
Undocumented |
Constant | ANGRY |
Undocumented |
Constant | DISGUSTED |
Undocumented |
Constant | HAPPY |
Undocumented |
Constant | NEUTRAL |
Undocumented |
Constant | SAD |
Undocumented |
Constant | SLEEPY |
Undocumented |
Constant | SURPRISED |
Undocumented |
Instance Variable | colour |
Undocumented |
Instance Variable | emoji |
Undocumented |
Instance Variable | emotion |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | position |
Undocumented |
Undocumented
Parameters | |
moodstr | Undocumented |
emotionstr | Undocumented |
colour:discord.Colour | Undocumented |
position:int | Undocumented |
emoji:str | Undocumented |
DISGUSTED =
¶
Undocumented
Value |
|
SURPRISED =
¶
Undocumented
Value |
|