forked from rDrama/rDrama
1
0
Fork 0
master
SneedBot 2023-10-23 15:17:28 +00:00
parent 83e8c07279
commit 569d1790f2
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1863,6 +1863,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw) VALUES
('marseyconstellation','Marsey',2,'starsey galaxy space sky',false),
('marseycontemplate','Marsey',2,'reaction consternation thinking hmm',false),
('marseycontemplatesuicide','Marsey',2,'gunshot mirror contemplate contemplating reflection pistol handgun death kms kys suicidal die death',false),
('marseycookie','Marsey',2,'cookie',false),
('marseycookiemonster','Marsey',2,'sesame street muppet cute fluffy blue greedy',false),
('marseycool','Marsey',2,'finger gun shades sunglasses reaction judgment',false),
('marseycool2','Marsey',2,'cigarette hip shades sunglasses jacket smoking smoke',false),

View File

@ -1120,11 +1120,16 @@ INSERT INTO public.hat_defs VALUES (573, 'CENSORED', '💔 literally 1984 💔',
INSERT INTO public.hat_defs VALUES (1352, 'Phantom Mask', 'In sleep he sang to me, in dreams came.', 2, 500, NULL, 1697683427);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1352, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1358, true);
--