Added Spider and Spider Web avatars; "Animal Faces" avatar group

This commit is contained in:
Jaakko Keränen 2023-11-20 10:22:23 +02:00
parent 950157a38c
commit 3d52d01535
1 changed files with 8 additions and 4 deletions

View File

@ -45,32 +45,36 @@ def make_settings_page(session):
('💀', 'skull'),
('❤️', 'red heart'),
'Animals',
'Animal Faces',
('🐻', 'bear face'),
('😺', 'cat face'),
('🐶', 'dog face'),
('🐰', 'rabbit face'),
('🐸', 'frog face'),
('🐵', 'monkey face'),
('🐰', 'rabbit face'),
('🐷', 'pig face'),
('🐻', 'bear face'),
'Animals',
('🐝', 'bee'),
('🐦', 'bird'),
('🐁', 'mouse'),
('🦋', 'butterfly'),
('🦀', 'crab'),
('🐉', 'dragon'),
('🐐', 'goat'),
('🦎', 'lizard'),
('🐁', 'mouse'),
('🐙', 'octopus'),
('🦉', 'owl'),
('🐧', 'penguin'),
('🦂', 'scorpion'),
('🦥', 'sloth'),
('🕷', 'spider'),
'Nature',
('🍀', 'four leaf clover'),
('🌻', 'sunflower'),
('🍄', 'mushroom'),
('🕸', 'spider web'),
('🌝', 'full moon with face'),
('🌙', 'crescent moon'),
('☀️', 'sun'),