pull/221/head
SneedBot 2023-12-22 04:00:13 +00:00
parent a2e0d3a59e
commit 6345986862
7 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -4828,6 +4828,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('marseyyarn', 'Marsey', 2, 'code program socks npm yarn build make string animated', false, 0),
('marseyyass', 'Marsey', 2, 'queen reaction fds slay girlboss kween', false, 0),
('marseyyawn', 'Marsey', 2, 'zzz boring tired sleepy bored', false, 0),
('marseyyayyy', 'Marsey', 2, 'yayyy itsover wereback', false, 1703193363),
('marseyyayyytext', 'Marsey', 2, 'yayyy', false, 1703193341),
('marseyyeezus', 'Marsey', 2, 'kanye god hotep', false, 0),
('marseyyellowcard', 'Marsey', 2, 'football soccer sports warning caution', false, 1670257380),
('marseyyes', 'Marsey', 2, 'thumbsup agree right thumbs up reaction judgment', false, 0),
@ -5623,9 +5625,12 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('turtoisecrying', 'Misc', 2, 'sad depressed', false, 1703023183),
('turtoisedrunk', 'Misc', 2, 'happy booze', false, 1703023264),
('turtoisegrin', 'Misc', 2, 'smile happy', false, 1703023162),
('turtoisehungry', 'Misc', 2, 'hunger plate', false, 1703171174),
('turtoiserofl', 'Misc', 2, 'happy laughing lol lmao', false, 1703023214),
('turtoiseseduced', 'Misc', 2, 'romance love', false, 1703170515),
('turtoiseshush', 'Misc', 2, 'silence shhhh', false, 1703023504),
('turtoisesmile', 'Misc', 2, 'happy', false, 1703023140),
('turtoisetrap', 'Misc', 2, 'box', false, 1703171761),
('typing', 'Classic', 2, 'typing animated emoticon writing programming', false, 0),
('u', 'Marsey Alphabet', 2, 'letter', false, 0),
('uglyangry', 'Classic', 2, 'angry seething teeth grinding', false, 1679156266),

View File

@ -1148,11 +1148,13 @@ INSERT INTO public.hat_defs VALUES (1384, 'Slow Snowfall', 'Slower snowfall (for
INSERT INTO public.hat_defs VALUES (1383, 'Patel Petals', 'Pretty pastel petals go zooming by!', 2, 1000, NULL, 1700491275);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1387, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1390, true);
--