pull/203/head
SneedBot 2023-09-20 13:14:06 +00:00
parent 87688e13be
commit 9a0684fe31
4 changed files with 123 additions and 33 deletions

View File

@ -146,7 +146,7 @@ CREATE TABLE public.users (
rehab integer, rehab integer,
house character varying(16), house character varying(16),
deflector integer, deflector integer,
reddit character varying(15) NOT NULL, reddit character varying(20) NOT NULL,
currently_held_lottery_tickets integer DEFAULT 0 NOT NULL, currently_held_lottery_tickets integer DEFAULT 0 NOT NULL,
total_held_lottery_tickets integer DEFAULT 0 NOT NULL, total_held_lottery_tickets integer DEFAULT 0 NOT NULL,
total_lottery_winnings integer DEFAULT 0 NOT NULL, total_lottery_winnings integer DEFAULT 0 NOT NULL,
@ -431,7 +431,7 @@ CREATE TABLE public.comments (
is_bot boolean DEFAULT false NOT NULL, is_bot boolean DEFAULT false NOT NULL,
app_id integer, app_id integer,
sentto integer, sentto integer,
bannedfor character varying(50), bannedfor character varying(313),
stickied character varying(40), stickied character varying(40),
body character varying(10000), body character varying(10000),
body_html character varying(40000), body_html character varying(40000),
@ -774,7 +774,7 @@ CREATE TABLE public.posts (
private boolean DEFAULT false NOT NULL, private boolean DEFAULT false NOT NULL,
views integer DEFAULT 0 NOT NULL, views integer DEFAULT 0 NOT NULL,
is_bot boolean DEFAULT false NOT NULL, is_bot boolean DEFAULT false NOT NULL,
bannedfor character varying(50), bannedfor character varying(313),
comment_count integer DEFAULT 0 NOT NULL, comment_count integer DEFAULT 0 NOT NULL,
stickied character varying(40), stickied character varying(40),
title character varying(500) NOT NULL, title character varying(500) NOT NULL,

View File

@ -42,10 +42,12 @@ INSERT INTO public.badge_defs VALUES (151, 'Responsible Citizen', 'This user uph
INSERT INTO public.badge_defs VALUES (152, 'Amateur Hathead', 'Collected 25 unique hats', NULL); INSERT INTO public.badge_defs VALUES (152, 'Amateur Hathead', 'Collected 25 unique hats', NULL);
INSERT INTO public.badge_defs VALUES (155, 'Ride Or Die Dramalo/Dramalette', 'When I die show no pity / Send my soul to the juggalo city / Dig my grave six feet deep / And put two matches by my feet / Put two hatchets on my chest / And tell my homies I did my best / WHOOP WHOOP', NULL); INSERT INTO public.badge_defs VALUES (155, 'Ride Or Die Dramalo/Dramalette', 'When I die show no pity / Send my soul to the juggalo city / Dig my grave six feet deep / And put two matches by my feet / Put two hatchets on my chest / And tell my homies I did my best / WHOOP WHOOP', NULL);
INSERT INTO public.badge_defs VALUES (296, 'SEX!', 'This user verifiably had sex with another dramatard.', 1692195588); INSERT INTO public.badge_defs VALUES (296, 'SEX!', 'This user verifiably had sex with another dramatard.', 1692195588);
INSERT INTO public.badge_defs VALUES (297, 'Weather Balloon', 'This user was shot down over the territory of /r/UFOs.', 1694716945);
INSERT INTO public.badge_defs VALUES (163, 'Marsey Jacobs', 'Designed 10 hats!', NULL); INSERT INTO public.badge_defs VALUES (163, 'Marsey Jacobs', 'Designed 10 hats!', NULL);
INSERT INTO public.badge_defs VALUES (166, 'Giorgio Armarsey', 'Designed 250 hats 😲', NULL); INSERT INTO public.badge_defs VALUES (166, 'Giorgio Armarsey', 'Designed 250 hats 😲', NULL);
INSERT INTO public.badge_defs VALUES (164, 'Marsey de Givenchy', 'Designed 50 hats, holy cap.', NULL); INSERT INTO public.badge_defs VALUES (164, 'Marsey de Givenchy', 'Designed 50 hats, holy cap.', NULL);
INSERT INTO public.badge_defs VALUES (180, 'Marsey Consoomer', 'Conned rDrama out of sick merch in exchange for a donation to Redbubble.', 1664417205); INSERT INTO public.badge_defs VALUES (180, 'Marsey Consoomer', 'Conned rDrama out of sick merch in exchange for a donation to Redbubble.', 1664417205);
INSERT INTO public.badge_defs VALUES (12, 'Gold Recruiter', 'Recruited 100 friends to join the site', NULL);
INSERT INTO public.badge_defs VALUES (183, '2022 Spooooooky Marsey Artist', 'Contributed a VERY SCARY Marsey for Halloween 2022!', 1666225718); INSERT INTO public.badge_defs VALUES (183, '2022 Spooooooky Marsey Artist', 'Contributed a VERY SCARY Marsey for Halloween 2022!', 1666225718);
INSERT INTO public.badge_defs VALUES (168, 'BITTEN!', 'This user has been forcibly recruited to House Vampire', NULL); INSERT INTO public.badge_defs VALUES (168, 'BITTEN!', 'This user has been forcibly recruited to House Vampire', NULL);
INSERT INTO public.badge_defs VALUES (170, 'Marsified', 'This user''s comments get Marsified automatically', NULL); INSERT INTO public.badge_defs VALUES (170, 'Marsified', 'This user''s comments get Marsified automatically', NULL);
@ -65,9 +67,6 @@ INSERT INTO public.badge_defs VALUES (3, 'Code Contributor', 'Contributed to the
INSERT INTO public.badge_defs VALUES (185, 'Hallowgrinch', 'TP this Halloween-hating loser''s house.', 1666226224); INSERT INTO public.badge_defs VALUES (185, 'Hallowgrinch', 'TP this Halloween-hating loser''s house.', 1666226224);
INSERT INTO public.badge_defs VALUES (6, 'Beta User', 'Joined during open beta', NULL); INSERT INTO public.badge_defs VALUES (6, 'Beta User', 'Joined during open beta', NULL);
INSERT INTO public.badge_defs VALUES (7, 'Bug Chaser', 'Found a bug', NULL); INSERT INTO public.badge_defs VALUES (7, 'Bug Chaser', 'Found a bug', NULL);
INSERT INTO public.badge_defs VALUES (10, 'Bronze Recruiter', 'Recruited 1 friend to join the site', NULL);
INSERT INTO public.badge_defs VALUES (11, 'Silver Recruiter', 'Recruited 10 friends to join the site', NULL);
INSERT INTO public.badge_defs VALUES (12, 'Gold Recruiter', 'Recruited 100 friends to join the site', NULL);
INSERT INTO public.badge_defs VALUES (15, 'Idea Maker', 'Had a good idea for the site which was implemented by the developers', NULL); INSERT INTO public.badge_defs VALUES (15, 'Idea Maker', 'Had a good idea for the site which was implemented by the developers', NULL);
INSERT INTO public.badge_defs VALUES (16, 'Marsey Master', 'Contributed 10 (or more!!!!) Marsey emojis ✨', NULL); INSERT INTO public.badge_defs VALUES (16, 'Marsey Master', 'Contributed 10 (or more!!!!) Marsey emojis ✨', NULL);
INSERT INTO public.badge_defs VALUES (17, 'Marsey Artisan', 'Contributed a Marsey emoji ✨', NULL); INSERT INTO public.badge_defs VALUES (17, 'Marsey Artisan', 'Contributed a Marsey emoji ✨', NULL);
@ -75,6 +74,7 @@ INSERT INTO public.badge_defs VALUES (18, 'Artisan', 'Contributed to site artwor
INSERT INTO public.badge_defs VALUES (181, 'INFECTED', 'This user is a mindless zombie.', 1666073382); INSERT INTO public.badge_defs VALUES (181, 'INFECTED', 'This user is a mindless zombie.', 1666073382);
INSERT INTO public.badge_defs VALUES (182, 'VAXXMAXXED', 'This user is a mindless zombie.', 1666074754); INSERT INTO public.badge_defs VALUES (182, 'VAXXMAXXED', 'This user is a mindless zombie.', 1666074754);
INSERT INTO public.badge_defs VALUES (85, 'Sigma User', '', NULL); INSERT INTO public.badge_defs VALUES (85, 'Sigma User', '', NULL);
INSERT INTO public.badge_defs VALUES (10, 'Bronze Recruiter', 'Recruited 1 friend to join the site', NULL);
INSERT INTO public.badge_defs VALUES (145, 'Amphetamine Aficionado', 'Totally not addicted™', NULL); INSERT INTO public.badge_defs VALUES (145, 'Amphetamine Aficionado', 'Totally not addicted™', NULL);
INSERT INTO public.badge_defs VALUES (146, 'Coffee Consoomer', 'Don''t talk to me until I''ve had my soy latte.', NULL); INSERT INTO public.badge_defs VALUES (146, 'Coffee Consoomer', 'Don''t talk to me until I''ve had my soy latte.', NULL);
INSERT INTO public.badge_defs VALUES (60, 'Unironically Retarded', 'Demonstrated a wholesale inability to read the room', NULL); INSERT INTO public.badge_defs VALUES (60, 'Unironically Retarded', 'Demonstrated a wholesale inability to read the room', NULL);
@ -94,6 +94,7 @@ INSERT INTO public.badge_defs VALUES (73, 'Le Rich Gentlesir', 'Spent a fucking
INSERT INTO public.badge_defs VALUES (74, 'Grass Toucher', 'Awarded for molesting plant life', NULL); INSERT INTO public.badge_defs VALUES (74, 'Grass Toucher', 'Awarded for molesting plant life', NULL);
INSERT INTO public.badge_defs VALUES (189, 'Super Spreader', 'Zombified 100 people during Homoween 2022.', 1667275100); INSERT INTO public.badge_defs VALUES (189, 'Super Spreader', 'Zombified 100 people during Homoween 2022.', 1667275100);
INSERT INTO public.badge_defs VALUES (76, 'Low Roller', 'Bought 10 lootboxes', NULL); INSERT INTO public.badge_defs VALUES (76, 'Low Roller', 'Bought 10 lootboxes', NULL);
INSERT INTO public.badge_defs VALUES (11, 'Silver Recruiter', 'Recruited 10 friends to join the site', NULL);
INSERT INTO public.badge_defs VALUES (194, 'Master Baiter 2021', 'The cunning mastermind behind the ruse which was voted best rDrama bait of 2021.', 1670627103); INSERT INTO public.badge_defs VALUES (194, 'Master Baiter 2021', 'The cunning mastermind behind the ruse which was voted best rDrama bait of 2021.', 1670627103);
INSERT INTO public.badge_defs VALUES (197, 'Best Marsey 2021', 'The creator of the best Marsey emote of 2021, as voted by rDrama users.', 1670627291); INSERT INTO public.badge_defs VALUES (197, 'Best Marsey 2021', 'The creator of the best Marsey emote of 2021, as voted by rDrama users.', 1670627291);
INSERT INTO public.badge_defs VALUES (199, 'Dramatard of the Year 2021', 'Voted as the best rDrama user of 2021. Congratulations!', 1670627437); INSERT INTO public.badge_defs VALUES (199, 'Dramatard of the Year 2021', 'Voted as the best rDrama user of 2021. Congratulations!', 1670627437);
@ -111,6 +112,7 @@ INSERT INTO public.badge_defs VALUES (89, 'Dinner', 'Yes, it is edible', NULL);
INSERT INTO public.badge_defs VALUES (91, 'Grinch', 'This user is a joyless grinch who pays money to avoid having fun', NULL); INSERT INTO public.badge_defs VALUES (91, 'Grinch', 'This user is a joyless grinch who pays money to avoid having fun', NULL);
INSERT INTO public.badge_defs VALUES (92, 'NFT Artist', 'Drew a marsey that was used as an NFT', NULL); INSERT INTO public.badge_defs VALUES (92, 'NFT Artist', 'Drew a marsey that was used as an NFT', NULL);
INSERT INTO public.badge_defs VALUES (93, 'NFT Owner', 'Bought a marsey NFT', NULL); INSERT INTO public.badge_defs VALUES (93, 'NFT Owner', 'Bought a marsey NFT', NULL);
INSERT INTO public.badge_defs VALUES (298, 'Gray Alien', 'This user probed /r/UFOs and left the next morning.', 1694717005);
INSERT INTO public.badge_defs VALUES (95, 'Bird Site Award', 'This user is limited to 140 characters', NULL); INSERT INTO public.badge_defs VALUES (95, 'Bird Site Award', 'This user is limited to 140 characters', NULL);
INSERT INTO public.badge_defs VALUES (97, 'Pizzashill Award', 'This user has to make their posts and comments more than 280 characters', NULL); INSERT INTO public.badge_defs VALUES (97, 'Pizzashill Award', 'This user has to make their posts and comments more than 280 characters', NULL);
INSERT INTO public.badge_defs VALUES (99, 'Sidebar Artist', 'Contributed artwork featured on the sidebar', NULL); INSERT INTO public.badge_defs VALUES (99, 'Sidebar Artist', 'Contributed artwork featured on the sidebar', NULL);
@ -231,6 +233,7 @@ INSERT INTO public.badge_defs VALUES (281, 'Namelock', 'This user has been forci
INSERT INTO public.badge_defs VALUES (245, 'Kongmaxxer: N', 'Contributed a KONGMAXXED Marsey or emoji during Donkey Kong December', 1679419208); INSERT INTO public.badge_defs VALUES (245, 'Kongmaxxer: N', 'Contributed a KONGMAXXED Marsey or emoji during Donkey Kong December', 1679419208);
INSERT INTO public.badge_defs VALUES (282, 'Rehab Counselor', 'Awarded for participating in the Marsey''s Methlab Event', 1685121792); INSERT INTO public.badge_defs VALUES (282, 'Rehab Counselor', 'Awarded for participating in the Marsey''s Methlab Event', 1685121792);
INSERT INTO public.badge_defs VALUES (283, 'Summer Fun', 'Awarded for contributing to the Marsey''s Summer Fun event', 1685121838); INSERT INTO public.badge_defs VALUES (283, 'Summer Fun', 'Awarded for contributing to the Marsey''s Summer Fun event', 1685121838);
INSERT INTO public.badge_defs VALUES (299, 'Ashtar Sheran, Galactic Federation', 'This user shared galactic knowledge with the users of /r/UFOs.', 1694717076);
INSERT INTO public.badge_defs VALUES (285, 'Queen', 'This user SLAYS 💅👠💄', 1687282987); INSERT INTO public.badge_defs VALUES (285, 'Queen', 'This user SLAYS 💅👠💄', 1687282987);
INSERT INTO public.badge_defs VALUES (287, 'Carp Artisan', 'Contributed a Carp emoji ✨', 1687530510); INSERT INTO public.badge_defs VALUES (287, 'Carp Artisan', 'Contributed a Carp emoji ✨', 1687530510);
INSERT INTO public.badge_defs VALUES (288, 'Carp Master', 'Contributed 10 (or more!!!!) Carp emojis ✨', 1687530535); INSERT INTO public.badge_defs VALUES (288, 'Carp Master', 'Contributed 10 (or more!!!!) Carp emojis ✨', 1687530535);
@ -250,6 +253,7 @@ INSERT INTO public.badge_defs VALUES (292, 'George ''Hard R'' Marsey', 'This use
INSERT INTO public.badge_defs VALUES (293, 'Gloriously Girthy', 'This user consumes the FDA recommended amount of sustenance', 1690470720); INSERT INTO public.badge_defs VALUES (293, 'Gloriously Girthy', 'This user consumes the FDA recommended amount of sustenance', 1690470720);
INSERT INTO public.badge_defs VALUES (203, 'Best rDrama OC 2022', 'The creator or commissioner of the best rDrama original content of 2022, as voted by rDrama users.', 1670627675); INSERT INTO public.badge_defs VALUES (203, 'Best rDrama OC 2022', 'The creator or commissioner of the best rDrama original content of 2022, as voted by rDrama users.', 1670627675);
INSERT INTO public.badge_defs VALUES (214, 'Master Baiter 2022', 'The cunning mastermind behind the ruse which was voted best rDrama bait of 2022.', 1670719221); INSERT INTO public.badge_defs VALUES (214, 'Master Baiter 2022', 'The cunning mastermind behind the ruse which was voted best rDrama bait of 2022.', 1670719221);
INSERT INTO public.badge_defs VALUES (300, 'Gorloj, Galactic High Council', 'This user cloaked /r/UFOs in their heavenly wisdom.', 1694717119);
INSERT INTO public.badge_defs VALUES (198, 'Best rDrama Post 2021', 'The author of the best rDrama post of 2021, as voted by rDrama users.', 1670627332); INSERT INTO public.badge_defs VALUES (198, 'Best rDrama Post 2021', 'The author of the best rDrama post of 2021, as voted by rDrama users.', 1670627332);
INSERT INTO public.badge_defs VALUES (208, 'Best rDrama Post 2022', 'The author of the best rDrama post of 2022, as voted by rDrama users.', 1670628577); INSERT INTO public.badge_defs VALUES (208, 'Best rDrama Post 2022', 'The author of the best rDrama post of 2022, as voted by rDrama users.', 1670628577);
INSERT INTO public.badge_defs VALUES (294, 'Highest Roller', 'One of rDrama''s Top 10 Sugar Leather Daddies 🤤', 1690858016); INSERT INTO public.badge_defs VALUES (294, 'Highest Roller', 'One of rDrama''s Top 10 Sugar Leather Daddies 🤤', 1690858016);
@ -260,7 +264,7 @@ INSERT INTO public.badge_defs VALUES (295, 'August''s August August', 'This user
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
-- --
SELECT pg_catalog.setval('public.badge_defs_id_seq', 296, true); SELECT pg_catalog.setval('public.badge_defs_id_seq', 300, true);
-- --

View File

@ -61,6 +61,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('antichristfffuuuu','Rage',2,'cursed'), ('antichristfffuuuu','Rage',2,'cursed'),
('antifajak','Wojak',2,'antifa fascist woke'), ('antifajak','Wojak',2,'antifa fascist woke'),
('apostrophe','Marsey Alphabet',2,''), ('apostrophe','Marsey Alphabet',2,''),
('apurun','Misc',2,'run pepe frog nude haha funny'),
('arabpepecheers','Misc',2,'arab arabs pepe muslim muslims islam islamic arabia arabian cheers drink noalcohol alcohol haram halal jihad terrorism terrorist osama isis binladen laden oil rich sheikh smug'), ('arabpepecheers','Misc',2,'arab arabs pepe muslim muslims islam islamic arabia arabian cheers drink noalcohol alcohol haram halal jihad terrorism terrorist osama isis binladen laden oil rich sheikh smug'),
('arcanine','Misc',2,'dog'), ('arcanine','Misc',2,'dog'),
('argue','Classic',2,'argue animated emoticon fight disagree debate'), ('argue','Classic',2,'argue animated emoticon fight disagree debate'),
@ -113,6 +114,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('bitchplease','Rage',2,'bitch laughing'), ('bitchplease','Rage',2,'bitch laughing'),
('bitchslap','Classic',2,'slapping'), ('bitchslap','Classic',2,'slapping'),
('bite','Classic',2,'bite feral emoticon animated teeth ravenous insane'), ('bite','Classic',2,'bite feral emoticon animated teeth ravenous insane'),
('blackfacepooner','Misc',2,'black gangsta pooner bipoc ftm transman blackface'),
('blackfemboy','Wojak',2,'black femboy gay'), ('blackfemboy','Wojak',2,'black femboy gay'),
('blacklivesmatter','Misc',2,'blacklivesmatter blm black lives matter blacks niggas nigga nibba nibbas nigger niggers activist woke sjw race racial racism racist racists racesprotest activist activism grift grifter money corporate'), ('blacklivesmatter','Misc',2,'blacklivesmatter blm black lives matter blacks niggas nigga nibba nibbas nigger niggers activist woke sjw race racial racism racist racists racesprotest activist activism grift grifter money corporate'),
('blacklivesmattertrio','Misc',2,'blacklivesmatter blm black lives matter blacks niggas nigga nibba nibbas nigger niggers activist woke sjw race racial racism racist racists racesprotest activist activism grift grifter money corporate'), ('blacklivesmattertrio','Misc',2,'blacklivesmatter blm black lives matter blacks niggas nigga nibba nibbas nigger niggers activist woke sjw race racial racism racist racists racesprotest activist activism grift grifter money corporate'),
@ -190,12 +192,12 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('capybigbrain','Capy',2,'capybara aevann smart codecel brain'), ('capybigbrain','Capy',2,'capybara aevann smart codecel brain'),
('capyblackface','Capy',2,'racist minstrelsy bowtie racism capybara aevann'), ('capyblackface','Capy',2,'racist minstrelsy bowtie racism capybara aevann'),
('capyblowkiss','Capy',2,'capybara rodent aevann happy cute love'), ('capyblowkiss','Capy',2,'capybara rodent aevann happy cute love'),
('capybuffchastity','Capy',2,'aevann nipples cockcage capybara'),
('capycarp','Capy',2,'aevann capybara carpathianflorist walking stomping trample trampling animated'), ('capycarp','Capy',2,'aevann capybara carpathianflorist walking stomping trample trampling animated'),
('capychad','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt ouch tanktop'), ('capychad','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt ouch tanktop'),
('capychad2','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt'), ('capychad2','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt'),
('capychad3','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt nude naked'), ('capychad3','Capy',2,'aevann chad capy chadybara capybara muscular swole ripped egypt nude naked'),
('capycharmander','Capy',2,'pokemon gaming pixel nintendo aevann'), ('capycharmander','Capy',2,'pokemon gaming pixel nintendo aevann'),
('capyclueless','Capy',2,'aevann'),
('capycowboy','Capy',2,'hat'), ('capycowboy','Capy',2,'hat'),
('capydark','Capy',2,'lasereyes evil aevann capybara'), ('capydark','Capy',2,'lasereyes evil aevann capybara'),
('capydinosaur','Capy',2,'capy aevann dinosaur rawr prehistoric'), ('capydinosaur','Capy',2,'capy aevann dinosaur rawr prehistoric'),
@ -203,13 +205,13 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('capyenragedcarp','Capy',2,'anger angry tcd coding programming jannie'), ('capyenragedcarp','Capy',2,'anger angry tcd coding programming jannie'),
('capyexcited','Capy',2,'excitement capybara bouncing jumping aevann bounce yay animated'), ('capyexcited','Capy',2,'excitement capybara bouncing jumping aevann bounce yay animated'),
('capyfunpolice','Capy',2,'no enjoyment cop dead carp kill'), ('capyfunpolice','Capy',2,'no enjoyment cop dead carp kill'),
('capygay','Capy',2,'aevann pride rainbow'),
('capygigabrain','Capy',2,'capybara aevann smart intelligent codecel brain'), ('capygigabrain','Capy',2,'capybara aevann smart intelligent codecel brain'),
('capygitcommit','Capy',2,'capy aevann'), ('capygitcommit','Capy',2,'capy aevann'),
('capyglitter','Capy',2,'aevann capybara sparkles stylish bling rodent'), ('capyglitter','Capy',2,'aevann capybara sparkles stylish bling rodent'),
('capyhacker','Capy',2,'animated aevann capy hack code program socks'), ('capyhacker','Capy',2,'animated aevann capy hack code program socks'),
('capyheart','Capy',2,'capybara rodent aevann happy cute love'), ('capyheart','Capy',2,'capybara rodent aevann happy cute love'),
('capyheartsantahat','Capy',2,'capy marsey heart santahat santa hat'), ('capyheartsantahat','Capy',2,'capy marsey heart santahat santa hat'),
('capyhug','Capy',2,'aevann heart eyes hug adore adoration snuggle cuddle capybara'),
('capyitsdown','Capy',2,'aevann capy capybara itsdown ddos sad itsover'), ('capyitsdown','Capy',2,'aevann capy capybara itsdown ddos sad itsover'),
('capykiss','Capy',2,'capybara aevann love mwah xoxo smooch happy love'), ('capykiss','Capy',2,'capybara aevann love mwah xoxo smooch happy love'),
('capymad','Capy',2,'shaking aevann mad angry fury furious anger shook animated capybara'), ('capymad','Capy',2,'shaking aevann mad angry fury furious anger shook animated capybara'),
@ -223,9 +225,11 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('capyshy','Capy',2,'capy aevann blush flushed uwu anxious shy'), ('capyshy','Capy',2,'capy aevann blush flushed uwu anxious shy'),
('capysneedboat','Capy',2,'capy aevann'), ('capysneedboat','Capy',2,'capy aevann'),
('capysneedboat2','Capy',2,'marsey capy schizo schizocel rare tripping sneed boat love excited seethe schizomarsey'), ('capysneedboat2','Capy',2,'marsey capy schizo schizocel rare tripping sneed boat love excited seethe schizomarsey'),
('capysoren','Capy',2,'aevann'),
('capysorenjump','Capy',2,'meta excited schizo aevann capy soren'), ('capysorenjump','Capy',2,'meta excited schizo aevann capy soren'),
('capysorenjump2','Capy',2,'animated soren capy jump aevann mad'), ('capysorenjump2','Capy',2,'animated soren capy jump aevann mad'),
('capysoutherner','Capy',2,'buck breaking suit cigar plantation gentleman'), ('capysoutherner','Capy',2,'buck breaking suit cigar plantation gentleman'),
('capysoycry','Capy',2,'aevann mad wojak'),
('capysuezcanal','Capy',2,'capy suez canal egypt ship blockage sexy'), ('capysuezcanal','Capy',2,'capy suez canal egypt ship blockage sexy'),
('capytcd','Capy',2,'aevann carp clutch kill murder death'), ('capytcd','Capy',2,'aevann carp clutch kill murder death'),
('capytrans','Capy',2,'capy aevann egypt king trans code program'), ('capytrans','Capy',2,'capy aevann egypt king trans code program'),
@ -278,6 +282,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('carpclapping','Carp',2,'applaud'), ('carpclapping','Carp',2,'applaud'),
('carpclapping2','Carp',2,'applause applaud yay cheering goodjob'), ('carpclapping2','Carp',2,'applause applaud yay cheering goodjob'),
('carpclueless','Carp',2,'oblivious stupid'), ('carpclueless','Carp',2,'oblivious stupid'),
('carpcoingold','Carp',2,'money currency'),
('carpcoinsilver','Carp',2,'money currency'),
('carpconfused','Carp',2,'think question'), ('carpconfused','Carp',2,'think question'),
('carpcope','Carp',2,'cry sneed'), ('carpcope','Carp',2,'cry sneed'),
('carpcowboy','Carp',2,'hat western'), ('carpcowboy','Carp',2,'hat western'),
@ -295,6 +301,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('carpdisagree','Carp',2,'no shake animated'), ('carpdisagree','Carp',2,'no shake animated'),
('carpdisagreefast','Carp',2,'no shakehead wrong'), ('carpdisagreefast','Carp',2,'no shakehead wrong'),
('carpdracula','Carp',2,'vampire'), ('carpdracula','Carp',2,'vampire'),
('carpeffigy','Carp',2,'blairwitchproject effigy voodoodoll'),
('carpeggirl','Carp',2,'trans train crack'), ('carpeggirl','Carp',2,'trans train crack'),
('carpeldritch','Carp',2,'eldritch carpathianflorist fish cthulhu hplovecraft horror ghost'), ('carpeldritch','Carp',2,'eldritch carpathianflorist fish cthulhu hplovecraft horror ghost'),
('carpembrace','Carp',2,'hug love blush fish carpathianflorist'), ('carpembrace','Carp',2,'hug love blush fish carpathianflorist'),
@ -369,6 +376,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('carprain','Carp',2,'cloud sad depressed'), ('carprain','Carp',2,'cloud sad depressed'),
('carprapeface','Carp',2,'carp rape anger lust rage mad spongebob pissed'), ('carprapeface','Carp',2,'carp rape anger lust rage mad spongebob pissed'),
('carprentfree','Carp',2,'fish bard stochiastic moderator jannie carpathianflorist fish'), ('carprentfree','Carp',2,'fish bard stochiastic moderator jannie carpathianflorist fish'),
('carpreplacement','Carp',2,'shoddy patched stitched toy doll plushie stuffing substitute surrogate'),
('carprobot','Carp',2,'metal bot android scifi electric'), ('carprobot','Carp',2,'metal bot android scifi electric'),
('carpsad','Carp',2,'depressed'), ('carpsad','Carp',2,'depressed'),
('carpsalat','Carp',2,'prayer muslim islam rug'), ('carpsalat','Carp',2,'prayer muslim islam rug'),
@ -542,6 +550,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('clowndog','Misc',2,'honk'), ('clowndog','Misc',2,'honk'),
('clueless','Rage',2,'clueless doesnt know'), ('clueless','Rage',2,'clueless doesnt know'),
('coal','Wojak',2,'soy soyjak coal cringe reddit wojak jak'), ('coal','Wojak',2,'soy soyjak coal cringe reddit wojak jak'),
('cobsonaroused','Wojak',2,'soyjak soyjack horny aroused rape'),
('cold','Classic',2,'cold emoticon animated shivering freezing bundled up sign scarf'), ('cold','Classic',2,'cold emoticon animated shivering freezing bundled up sign scarf'),
('colon','Marsey Alphabet',2,':'), ('colon','Marsey Alphabet',2,':'),
('comfyslime','Classic',2,'slime blue sitting blanket chair happy'), ('comfyslime','Classic',2,'slime blue sitting blanket chair happy'),
@ -556,6 +565,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('coomer','Wojak',2,'coom degenerate'), ('coomer','Wojak',2,'coom degenerate'),
('coomerface','Misc',2,'coomer coomers coom cooming porn pornography goon gooners goons gooning basicallyadoctor basically a doctor sex sexy sexual bald balding baldlet head'), ('coomerface','Misc',2,'coomer coomers coom cooming porn pornography goon gooners goons gooning basicallyadoctor basically a doctor sex sexy sexual bald balding baldlet head'),
('coomjak','Wojak',2,'coom cum brainless dumb drool cuck degen'), ('coomjak','Wojak',2,'coom cum brainless dumb drool cuck degen'),
('coonsmug','Misc',2,'raccoon smug'),
('coppunch','Misc',2,'police hit strike'), ('coppunch','Misc',2,'police hit strike'),
('copspray','Misc',2,'cop police pepper spray abuse pig anger rage seethe'), ('copspray','Misc',2,'cop police pepper spray abuse pig anger rage seethe'),
('coronapepe','Misc',2,'virus'), ('coronapepe','Misc',2,'virus'),
@ -584,7 +594,9 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('dagger','Marsey Alphabet',2,'† dagger conjugate transpose footnote'), ('dagger','Marsey Alphabet',2,'† dagger conjugate transpose footnote'),
('dance','Classic',2,'dancing dancer girl'), ('dance','Classic',2,'dancing dancer girl'),
('dance2','Classic',2,'dancing happy'), ('dance2','Classic',2,'dancing happy'),
('darkwhy','Misc',2,'why wtf emoji glove dark scared whatthefuck what the fuck huh'),
('dash','Marsey Alphabet',2,'- hyphen minus'), ('dash','Marsey Alphabet',2,'- hyphen minus'),
('dasha','Misc',2,'dasha redscare'),
('dasrite','Misc',2,'black israelite hotep thats thas right jewish bipoc nigger'), ('dasrite','Misc',2,'black israelite hotep thats thas right jewish bipoc nigger'),
('datalaugh','Misc',2,'spin star trek startrek'), ('datalaugh','Misc',2,'spin star trek startrek'),
('datboi','Misc',2,'frog that boy pepe'), ('datboi','Misc',2,'frog that boy pepe'),
@ -640,6 +652,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('dinoconfused','Misc',2,'dino dinosaur confused'), ('dinoconfused','Misc',2,'dino dinosaur confused'),
('dinono','Misc',2,'dino chad no dinosaur trex'), ('dinono','Misc',2,'dino chad no dinosaur trex'),
('dinosaurpepe','Misc',2,'dinosaur pepe frog brontosaurus'), ('dinosaurpepe','Misc',2,'dinosaur pepe frog brontosaurus'),
('dinover','Misc',2,'dinosaur its over done meteor asteroid extinction'),
('dinoyes','Misc',2,'chad yes dino dinosaur trex'), ('dinoyes','Misc',2,'chad yes dino dinosaur trex'),
('directlypointingsoyjak','Wojak',2,'pointing soyjak youre cringe'), ('directlypointingsoyjak','Wojak',2,'pointing soyjak youre cringe'),
('disappoint','Misc',2,'disappointed disappointed yell shout'), ('disappoint','Misc',2,'disappointed disappointed yell shout'),
@ -656,6 +669,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('dixiekongwalking','Donkey Kong',2,'monkey donkeykong dk running'), ('dixiekongwalking','Donkey Kong',2,'monkey donkeykong dk running'),
('dizzy','Classic',2,'dizzy animated emoticon'), ('dizzy','Classic',2,'dizzy animated emoticon'),
('dj','Classic',2,'dance dancing party music'), ('dj','Classic',2,'dance dancing party music'),
('djtwanted','Misc',2,'onepiece luffy one piece trump donald orange drumf president pirate wanted poster'),
('dkcharmingchestbeat','Donkey Kong',2,'donkeykong'), ('dkcharmingchestbeat','Donkey Kong',2,'donkeykong'),
('dkcoin','Donkey Kong',2,'donkeykong shekel'), ('dkcoin','Donkey Kong',2,'donkeykong shekel'),
('dkjuniorrope','Donkey Kong',2,'climb escape rope donkey kong'), ('dkjuniorrope','Donkey Kong',2,'climb escape rope donkey kong'),
@ -663,7 +677,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('doctordonkeykong','Donkey Kong',2,'dk64'), ('doctordonkeykong','Donkey Kong',2,'dk64'),
('dog','Classic',2,'doggo pupper bark bork'), ('dog','Classic',2,'doggo pupper bark bork'),
('doit','Misc',2,'pounding'), ('doit','Misc',2,'pounding'),
('doitfgt','Misc',2,'faggot'),
('domo','Classic',2,'domo animated'), ('domo','Classic',2,'domo animated'),
('donkeydong','Donkey Kong',2,'penis dick cock helicopter dk donkeykong'), ('donkeydong','Donkey Kong',2,'penis dick cock helicopter dk donkeykong'),
('donkeykong64bananas','Donkey Kong',2,'bananas dk'), ('donkeykong64bananas','Donkey Kong',2,'bananas dk'),
@ -741,6 +754,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('donotwant','Rage',2,'bad computer disgust'), ('donotwant','Rage',2,'bad computer disgust'),
('dontcaredidntaskplusyouremayo','Misc',2,'dontcare longpost wordswordswords words mayo white whitey tldr rap rapper 50cent black brotha reading writing shutup stfu'), ('dontcaredidntaskplusyouremayo','Misc',2,'dontcare longpost wordswordswords words mayo white whitey tldr rap rapper 50cent black brotha reading writing shutup stfu'),
('doomclown','Wojak',2,'doomer honk clownworld'), ('doomclown','Wojak',2,'doomer honk clownworld'),
('doomdad','Misc',2,'doomguy shooter happy smiling fragging'),
('doomer','Wojak',2,'doomer sad depressed smoking'), ('doomer','Wojak',2,'doomer sad depressed smoking'),
('doomerboy','Wojak',2,'doomer sad depressed'), ('doomerboy','Wojak',2,'doomer sad depressed'),
('doomerchud','Wojak',2,'chud chudjak chuddy chuddies chudoid chudspin racist nazi incel virgin manlet ugly glasses shortsighted doomer doom'), ('doomerchud','Wojak',2,'chud chudjak chuddy chuddies chudoid chudspin racist nazi incel virgin manlet ugly glasses shortsighted doomer doom'),
@ -796,9 +810,13 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('fatbrain','Wojak',2,'fat fatty brain smart genius'), ('fatbrain','Wojak',2,'fat fatty brain smart genius'),
('fatchair','Misc',2,'fat fatty fatties obese hambeast hamplanet chair chairs sit sitting janny jannies jan redditor redditors reddit leddit ledditors moderator mods mop mopping'), ('fatchair','Misc',2,'fat fatty fatties obese hambeast hamplanet chair chairs sit sitting janny jannies jan redditor redditors reddit leddit ledditors moderator mods mop mopping'),
('fatdance','Misc',2,'black'), ('fatdance','Misc',2,'black'),
('fatguy','Misc',2,'game nintendo yoshi tubby lardass'),
('fatpride','Misc',2,'fat flag'), ('fatpride','Misc',2,'fat flag'),
('fatpriest','Wojak',2,'priest jesus'), ('fatpriest','Wojak',2,'priest jesus'),
('fawfulcopter','Misc',2,'game nintendo mario space alien robot mechanical'),
('fawfuleggcracking','Misc',2,'game nintendo mario transition hatched groomed'), ('fawfuleggcracking','Misc',2,'game nintendo mario transition hatched groomed'),
('fawfullaughing','Misc',2,'game nintendo mario chortle short haha jolly joyous'),
('fawfulspin','Misc',2,'game nintendo mario skirt rotate dance'),
('feelsguy','Wojak',2,'feels tfw neutral'), ('feelsguy','Wojak',2,'feels tfw neutral'),
('feelssogood','Rage',2,'feels so good satisfaction'), ('feelssogood','Rage',2,'feels so good satisfaction'),
('felipe','Misc',2,'felipe mask'), ('felipe','Misc',2,'felipe mask'),
@ -808,6 +826,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('fffffffuuuuuuuuuuuu','Rage',2,'fuck angry enraged mad screaming yelling'), ('fffffffuuuuuuuuuuuu','Rage',2,'fuck angry enraged mad screaming yelling'),
('fish','Misc',2,'fish dance music jam vibe'), ('fish','Misc',2,'fish dance music jam vibe'),
('fishing','Classic',2,'rod'), ('fishing','Classic',2,'rod'),
('fishwich','Misc',2,'fillet mcdonalds burger fastfood'),
('flairlessmong','Misc',2,'flairless mong reddit'), ('flairlessmong','Misc',2,'flairless mong reddit'),
('flamethrower','Classic',2,'animated emoticon flamethrower fire kill'), ('flamethrower','Classic',2,'animated emoticon flamethrower fire kill'),
('flamethrower2','Classic',2,'flammenwerfer burn fire'), ('flamethrower2','Classic',2,'flammenwerfer burn fire'),
@ -816,6 +835,9 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('flipthetable','Rage',2,'table table flip angry mad enraged'), ('flipthetable','Rage',2,'table table flip angry mad enraged'),
('flirt','Classic',2,'flirt animated emoticon'), ('flirt','Classic',2,'flirt animated emoticon'),
('flowers','Classic',2,'flowers cute emoticon bouquet animated'), ('flowers','Classic',2,'flowers cute emoticon bouquet animated'),
('foiddance','Misc',2,'woman moment mayo attention bpd female'),
('foiddance2','Misc',2,'woman moment mayo attention bpd female sex'),
('foiddance3','Misc',2,'woman moment mayo attention bpd female sex'),
('forall','Marsey Alphabet',2,''), ('forall','Marsey Alphabet',2,''),
('foreveralone','Rage',2,'alone lonely'), ('foreveralone','Rage',2,'alone lonely'),
('foreveralonehappy','Rage',2,'alone lonely happy'), ('foreveralonehappy','Rage',2,'alone lonely happy'),
@ -913,7 +935,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('happygaysounds','Misc',2,'ferris felix trans gay gaysounds eggirl'), ('happygaysounds','Misc',2,'ferris felix trans gay gaysounds eggirl'),
('hapyday','Misc',2,'happyday wholesome smile'), ('hapyday','Misc',2,'happyday wholesome smile'),
('hardislife','Misc',2,'feet woman'), ('hardislife','Misc',2,'feet woman'),
('haveaseat','Misc',2,'have a seat pedo chris hansen hanson to catch a predator'),
('hbar','Marsey Alphabet',2,'ħ planck constant quantum'), ('hbar','Marsey Alphabet',2,'ħ planck constant quantum'),
('hbd','Classic',2,'happybirthday'), ('hbd','Classic',2,'happybirthday'),
('headbang','Classic',2,'headbang animated emoticon rocking music'), ('headbang','Classic',2,'headbang animated emoticon rocking music'),
@ -957,7 +978,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('imperialjapanesesoldier','Wojak',2,'japanese asian imperial banzai solider wwii'), ('imperialjapanesesoldier','Wojak',2,'japanese asian imperial banzai solider wwii'),
('impishchud','Wojak',2,'impish chud incel rightoid dance celebrate party'), ('impishchud','Wojak',2,'impish chud incel rightoid dance celebrate party'),
('implies','Marsey Alphabet',2,'⟹ ⇒ arrow'), ('implies','Marsey Alphabet',2,'⟹ ⇒ arrow'),
('implying','Misc',2,'implying'),
('imsogay','Misc',2,'gay gays lgbt fag faggot bussy twink hun gaaaaay ha hah rainbow woke love gaylove homo homosexual homosexuality homos imgay imsogay'), ('imsogay','Misc',2,'gay gays lgbt fag faggot bussy twink hun gaaaaay ha hah rainbow woke love gaylove homo homosexual homosexuality homos imgay imsogay'),
('imtoogayforthis','Misc',2,'gay gays lgbt fag faggot bussy twink hun gaaaaay ha hah rainbow woke love gaylove homo homosexual homosexuality homos'), ('imtoogayforthis','Misc',2,'gay gays lgbt fag faggot bussy twink hun gaaaaay ha hah rainbow woke love gaylove homo homosexual homosexuality homos'),
('imwhite','Wojak',2,'amerimutt mutt la creatura mix mixed race racemix aryan aryanz shiet shit white huwite mayo mayos whites whiterace nazi sieg heil whiter than you mohamed genetics europe european america usa american'), ('imwhite','Wojak',2,'amerimutt mutt la creatura mix mixed race racemix aryan aryanz shiet shit white huwite mayo mayos whites whiterace nazi sieg heil whiter than you mohamed genetics europe european america usa american'),
@ -991,6 +1011,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('jinxthinkerhesright','Misc',2,'jinxthinker hes right know'), ('jinxthinkerhesright','Misc',2,'jinxthinker hes right know'),
('jokerchad','Wojak',2,'joker wojak meme joke chad'), ('jokerchad','Wojak',2,'joker wojak meme joke chad'),
('jokeryouwouldntgetit','Misc',2,'damaged jokerpilled doomer'), ('jokeryouwouldntgetit','Misc',2,'damaged jokerpilled doomer'),
('juggalopooner','Misc',2,'juggalo pooner ftm transman insane clown posse'),
('juice','Misc',2,'bossmanjack goombler goombling gamble slots rip city kiwi austin gas money'),
('julian','Misc',2,'tbp trailerparkboys'), ('julian','Misc',2,'tbp trailerparkboys'),
('k','Marsey Alphabet',2,'letter'), ('k','Marsey Alphabet',2,'letter'),
('kaboom','Classic',2,'kaboom emoticons animated explode fracture'), ('kaboom','Classic',2,'kaboom emoticons animated explode fracture'),
@ -1022,9 +1044,9 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('kitty','Classic',2,'kitty animated cat kitten'), ('kitty','Classic',2,'kitty animated cat kitten'),
('klanjak','Wojak',2,'kkk klan seethe'), ('klanjak','Wojak',2,'kkk klan seethe'),
('klaptrap','Donkey Kong',2,'dk donkeykong'), ('klaptrap','Donkey Kong',2,'dk donkeykong'),
('klennycry','Misc',2,'sob unhappy dog corgi'), ('klennycry','Marsey',2,'sob unhappy dog corgi'),
('klennycrysad','Misc',2,'dog sad sob'), ('klennycrysad','Marsey',2,'dog sad sob'),
('klennywave','Misc',2,'animated wave dog klenny hi hello'), ('klennywave','Marsey',2,'animated wave dog klenny hi hello'),
('klobber','Donkey Kong',2,'donkeykong dk barrel kremling'), ('klobber','Donkey Kong',2,'donkeykong dk barrel kremling'),
('kloren','Misc',2,'klenny soren monochrome'), ('kloren','Misc',2,'klenny soren monochrome'),
('klubba','Donkey Kong',2,'threaten club donkeykong dk'), ('klubba','Donkey Kong',2,'threaten club donkeykong dk'),
@ -1116,8 +1138,11 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marcussatisfied','Marsey',2,'black bipoc satisfying happy smile delightful grateful glad wholesome'), ('marcussatisfied','Marsey',2,'black bipoc satisfying happy smile delightful grateful glad wholesome'),
('marioclapping','Misc',2,'game nintendo congratulatory'), ('marioclapping','Misc',2,'game nintendo congratulatory'),
('mariodance','Misc',2,'game nintendo groovy party celebrate'), ('mariodance','Misc',2,'game nintendo groovy party celebrate'),
('marioface','Misc',2,'game nintendo 64 3d head'),
('mariogoatse','Misc',2,'mario nintendo switch 64 n64 soy goatse bussy anus bingbing wahoo mamma mia spread mariogoatse'), ('mariogoatse','Misc',2,'mario nintendo switch 64 n64 soy goatse bussy anus bingbing wahoo mamma mia spread mariogoatse'),
('mariohammer','Classic',2,'mario hammer sprite donkeykong dk retro arcade'), ('mariohammer','Classic',2,'mario hammer sprite donkeykong dk retro arcade'),
('mariosleeping','Misc',2,'game nintendo boredom tired snooze nap slouched'),
('mariospin','Misc',2,'game nintendo rotate'),
('mariothinking','Misc',2,'game nintendo noticer hmm'), ('mariothinking','Misc',2,'game nintendo noticer hmm'),
('marsey173','Marsey',2,'horror spooky halloween scp spc holiday'), ('marsey173','Marsey',2,'horror spooky halloween scp spc holiday'),
('marsey180p','Marsey',2,'marsey 180p lowquality lowdef'), ('marsey180p','Marsey',2,'marsey 180p lowquality lowdef'),
@ -1243,9 +1268,11 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyautism','Marsey',2,'retarded neurodivergent hat sped aspergers'), ('marseyautism','Marsey',2,'retarded neurodivergent hat sped aspergers'),
('marseyautismcap','Marsey',2,'retard sperg blue hat king dropped'), ('marseyautismcap','Marsey',2,'retard sperg blue hat king dropped'),
('marseyautismchonker','Marsey',2,'fat obese retarded hat autistic neurodivergent'), ('marseyautismchonker','Marsey',2,'fat obese retarded hat autistic neurodivergent'),
('marseyautismdisconcerting','Marsey',2,'autist autistic creepy uncomfortable weird retard smile hat strange scary'),
('marseyautistattentionseeker','Marsey',2,'neurodivergent retard special brainlet annoying krayon sperg'), ('marseyautistattentionseeker','Marsey',2,'neurodivergent retard special brainlet annoying krayon sperg'),
('marseyautumn','Marsey',2,'fall season leaf leaves pumpkin spice latte wind scarf animated'), ('marseyautumn','Marsey',2,'fall season leaf leaves pumpkin spice latte wind scarf animated'),
('marseyautumn2','Marsey',2,'fall season leaf leaves pumpkin spice latte wind scarf'), ('marseyautumn2','Marsey',2,'fall season leaf leaves pumpkin spice latte wind scarf'),
('marseyavegorenj','Marsey',2,'ave gor enj avegorenj sparkle blue'),
('marseyaveragetotally','Marsey',2,'average totally lurker missing texture 3d'), ('marseyaveragetotally','Marsey',2,'average totally lurker missing texture 3d'),
('marseyavril1','Marsey',2,'lavigne canadian leaf beautiful hot sexy punk rocker singer musician artist tie sk8er boi complicated brunette'), ('marseyavril1','Marsey',2,'lavigne canadian leaf beautiful hot sexy punk rocker singer musician artist tie sk8er boi complicated brunette'),
('marseyavril2','Marsey',2,'lavigne canadian leaf beautiful hot sexy punk rocker singer musician artist girlfriend waifu love blow kiss blowkiss heart pink hair'), ('marseyavril2','Marsey',2,'lavigne canadian leaf beautiful hot sexy punk rocker singer musician artist girlfriend waifu love blow kiss blowkiss heart pink hair'),
@ -1292,6 +1319,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseybangfast','Marsey',2,'head wall bang schizo psycho selfharm deranged gif'), ('marseybangfast','Marsey',2,'head wall bang schizo psycho selfharm deranged gif'),
('marseybaphomet','Marsey',2,'halloween demon satan holiday evil devil'), ('marseybaphomet','Marsey',2,'halloween demon satan holiday evil devil'),
('marseybarbarian','Marsey',2,'donger kill german ax shield fight war rome blood'), ('marseybarbarian','Marsey',2,'donger kill german ax shield fight war rome blood'),
('marseybarbie','Marsey',2,'blonde wave smile cute'),
('marseybarbieswimsuit','Marsey',2,'wave laying bikini blonde glasses'),
('marseybardfinn','Marsey',2,'domestic violence bardfinn foid beating punching battering battered bandage hurt pain woman female steve akins penny verity oaken tranny transgender transsexual'), ('marseybardfinn','Marsey',2,'domestic violence bardfinn foid beating punching battering battered bandage hurt pain woman female steve akins penny verity oaken tranny transgender transsexual'),
('marseybardfinn3','Marsey',2,'bardfinn ahs powermod tranny trannies wifebeater abuser steve'), ('marseybardfinn3','Marsey',2,'bardfinn ahs powermod tranny trannies wifebeater abuser steve'),
('marseybardfinnbuckbreaker','Marsey',2,'oaken southerner'), ('marseybardfinnbuckbreaker','Marsey',2,'oaken southerner'),
@ -1393,6 +1422,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyblackcop','Marsey',2,'police officer acab thin blue line pig bipoc'), ('marseyblackcop','Marsey',2,'police officer acab thin blue line pig bipoc'),
('marseyblacked','Marsey',2,'blacked aceofspades sharty racism sex fetish bbc'), ('marseyblacked','Marsey',2,'blacked aceofspades sharty racism sex fetish bbc'),
('marseyblackface','Marsey',2,'moon cricket jogger nigger racism coon racist minstrelsy jigaboo'), ('marseyblackface','Marsey',2,'moon cricket jogger nigger racism coon racist minstrelsy jigaboo'),
('marseyblackfacepenny','Marsey',2,'penny blackface larp nikka nigger nigga stfu'),
('marseyblackfacexmas','Marsey',2,'uncle tom moon cricket christmas santa beard nigger racist claus coon'), ('marseyblackfacexmas','Marsey',2,'uncle tom moon cricket christmas santa beard nigger racist claus coon'),
('marseyblackjak','Wojak',2,'black woman furry cat girl catgirl marsey'), ('marseyblackjak','Wojak',2,'black woman furry cat girl catgirl marsey'),
('marseyblackmage','Marsey',2,'magic wizard final fantasy spell video game vidya evil'), ('marseyblackmage','Marsey',2,'magic wizard final fantasy spell video game vidya evil'),
@ -1458,6 +1488,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseybreastcancer','Marsey',2,'mastectomy gross yuck foid disgusting titties tits boobs patient disease bald chemotherapy'), ('marseybreastcancer','Marsey',2,'mastectomy gross yuck foid disgusting titties tits boobs patient disease bald chemotherapy'),
('marseybrianna','Marsey',2,'trans bear laundrie gabby'), ('marseybrianna','Marsey',2,'trans bear laundrie gabby'),
('marseybrianna2','Marsey',2,'trans bear laundrie gabby'), ('marseybrianna2','Marsey',2,'trans bear laundrie gabby'),
('marseybribe','Marsey',2,'money back politics'),
('marseybrick','Marsey',2,'throw riot subtlety broken paver'), ('marseybrick','Marsey',2,'throw riot subtlety broken paver'),
('marseybride','Marsey',2,'dress tiara married wedding veil marseyismywaifu marriage'), ('marseybride','Marsey',2,'dress tiara married wedding veil marseyismywaifu marriage'),
('marseybritbongitsover','Marsey',2,'sad giveup defeat verbose english frown'), ('marseybritbongitsover','Marsey',2,'sad giveup defeat verbose english frown'),
@ -1488,6 +1519,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseybush','Marsey',2,'genocide president mission accomplished victory george bush we did it'), ('marseybush','Marsey',2,'genocide president mission accomplished victory george bush we did it'),
('marseybutt','Marsey',2,'booty ass rump sexy hot pawg pawc paoc anal sodomy donk dump truck dumptruck mellokind'), ('marseybutt','Marsey',2,'booty ass rump sexy hot pawg pawc paoc anal sodomy donk dump truck dumptruck mellokind'),
('marseybutt2','Marsey',2,'booty ass rump sexy hot pawg pawc paoc anal sodomy donk dump truck dumptruck mellokind butt ai stable diffusion paw paws beans furry yiff'), ('marseybutt2','Marsey',2,'booty ass rump sexy hot pawg pawc paoc anal sodomy donk dump truck dumptruck mellokind butt ai stable diffusion paw paws beans furry yiff'),
('marseybutterfly','Marsey',2,'monarch bug insect flying nature'),
('marseybuttface','Marsey',2,'butthead ass donk rimjob eat ass rump rear shit fart'), ('marseybuttface','Marsey',2,'butthead ass donk rimjob eat ass rump rear shit fart'),
('marseybuttfaceshitter','Marsey',2,'ass butt marsey face shit shitter shid animated poop'), ('marseybuttfaceshitter','Marsey',2,'ass butt marsey face shit shitter shid animated poop'),
('marseybux','Marsey',2,'money paypig currency dollar bill primo premium dollarbill cash'), ('marseybux','Marsey',2,'money paypig currency dollar bill primo premium dollarbill cash'),
@ -1495,6 +1527,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseycactuar','Marsey',2,'cactuar final fantasy cactus soy shocked cactuarsey 1000 needles vidya video game'), ('marseycactuar','Marsey',2,'cactuar final fantasy cactus soy shocked cactuarsey 1000 needles vidya video game'),
('marseycake2','Marsey',2,'two birthday birthgay candle'), ('marseycake2','Marsey',2,'two birthday birthgay candle'),
('marseycalarts','Marsey',2,'excited eager happy thrilled'), ('marseycalarts','Marsey',2,'excited eager happy thrilled'),
('marseycalebhammer','Marsey',2,'finance money youtuber fat taquitos'),
('marseycalm','Marsey',2,'calm cute kitty cat mouth'), ('marseycalm','Marsey',2,'calm cute kitty cat mouth'),
('marseycalvin','Marsey',2,'pee piss watersports hobbes bumper sticker'), ('marseycalvin','Marsey',2,'pee piss watersports hobbes bumper sticker'),
('marseycamus','Marsey',2,'philosophy history'), ('marseycamus','Marsey',2,'philosophy history'),
@ -1519,11 +1552,13 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseycatgirl3','Marsey',2,'anthro anime weebshit'), ('marseycatgirl3','Marsey',2,'anthro anime weebshit'),
('marseycatgirl4','Marsey',2,'catgirl girl anthro moe yunann detailed anime kawaii overalls'), ('marseycatgirl4','Marsey',2,'catgirl girl anthro moe yunann detailed anime kawaii overalls'),
('marseycatgirl5','Marsey',2,'country jorts booba anime tits hot sexy cute tiddies titties tits furry'), ('marseycatgirl5','Marsey',2,'country jorts booba anime tits hot sexy cute tiddies titties tits furry'),
('marseycatgirl6','Marsey',2,'catgirlsey watchpeopledie anime nekojin weeb weeaboo anthro furry'),
('marseycatgirlhomofascist','Marsey',2,'catgirl girl anthro moe detailed anime homofascist homofascism gay nazi pride lgbt fascism'), ('marseycatgirlhomofascist','Marsey',2,'catgirl girl anthro moe detailed anime homofascist homofascism gay nazi pride lgbt fascism'),
('marseycatgirljanny','Marsey',2,'anime maid weebshit'), ('marseycatgirljanny','Marsey',2,'anime maid weebshit'),
('marseycatpanties','Marsey',2,'cute valentine dirty panties naughty horny rapey'), ('marseycatpanties','Marsey',2,'cute valentine dirty panties naughty horny rapey'),
('marseycaveman','Marsey',2,'caveman prehistoric neanderthal primitive tribal'), ('marseycaveman','Marsey',2,'caveman prehistoric neanderthal primitive tribal'),
('marseycdm','Marsey',2,'curseddankmemes'), ('marseycdm','Marsey',2,'curseddankmemes'),
('marseycdm7','Marsey',2,'dankmemes cursed curseddankmemes cdm'),
('marseyceiling','Marsey',2,'spy masturbate watching peeping'), ('marseyceiling','Marsey',2,'spy masturbate watching peeping'),
('marseycensored','Marsey',2,'1984 memory hole censorship repressed'), ('marseycensored','Marsey',2,'1984 memory hole censorship repressed'),
('marseycenter','Marsey',2,'reaction grilling boomer centrist'), ('marseycenter','Marsey',2,'reaction grilling boomer centrist'),
@ -1537,6 +1572,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseychadthundercock','Marsey',2,'vvc virgin foid pimp hot player big dick huge cock ouch gigachad meme'), ('marseychadthundercock','Marsey',2,'vvc virgin foid pimp hot player big dick huge cock ouch gigachad meme'),
('marseychadyes','Marsey',2,'based gigachad'), ('marseychadyes','Marsey',2,'based gigachad'),
('marseychainchad','Marsey',2,'chainsaw chainlet chainchad'), ('marseychainchad','Marsey',2,'chainsaw chainlet chainchad'),
('marseychainsmoker','Marsey',2,'cigar ciggie'),
('marseychameleon','Marsey',2,'chameleon lizard flies fly eat tongue hungry hunger predator outline lick'), ('marseychameleon','Marsey',2,'chameleon lizard flies fly eat tongue hungry hunger predator outline lick'),
('marseychameleonest','Marsey',2,'chameleon chameleonbuthereal lizard outline'), ('marseychameleonest','Marsey',2,'chameleon chameleonbuthereal lizard outline'),
('marseychaosdunk','Marsey',2,'chaos dunk barkley nba jam slam bomb basketball mogging btfo air mj'), ('marseychaosdunk','Marsey',2,'chaos dunk barkley nba jam slam bomb basketball mogging btfo air mj'),
@ -1552,6 +1588,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseychartscatter','Marsey',2,'stats statistics chart graph plot data scatter series correlation'), ('marseychartscatter','Marsey',2,'stats statistics chart graph plot data scatter series correlation'),
('marseychartuptrend','Marsey',2,'graph plot data stats increase rising stocks'), ('marseychartuptrend','Marsey',2,'graph plot data stats increase rising stocks'),
('marseychartviolin','Marsey',2,'graph plot data stats distributions'), ('marseychartviolin','Marsey',2,'graph plot data stats distributions'),
('marseychaser','Marsey',2,'chaser trans kink train riding mtf ftm chasing running run chase'),
('marseychechclear','Marsey',2,'chechclear chechen 1991 chechclearsey chechnya'), ('marseychechclear','Marsey',2,'chechclear chechen 1991 chechclearsey chechnya'),
('marseycheckem','Marsey',2,'pepe apu peepo check psycho look'), ('marseycheckem','Marsey',2,'pepe apu peepo check psycho look'),
('marseycheckem2','Marsey',2,'check checkem digits dubs trips quads bateman psycho'), ('marseycheckem2','Marsey',2,'check checkem digits dubs trips quads bateman psycho'),
@ -1586,6 +1623,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseychingchongitsover','Marsey',2,'asian sino chink chong sad dejected fail xi yellow nip gook wandanle pensive'), ('marseychingchongitsover','Marsey',2,'asian sino chink chong sad dejected fail xi yellow nip gook wandanle pensive'),
('marseychingchongnotes','Marsey',2,'pencil pad write asian azn rice gook nip slit slant squint'), ('marseychingchongnotes','Marsey',2,'pencil pad write asian azn rice gook nip slit slant squint'),
('marseychingchongpearlclutch','Marsey',2,'asian chinese jap gook korean nip yikes scared chink rice'), ('marseychingchongpearlclutch','Marsey',2,'asian chinese jap gook korean nip yikes scared chink rice'),
('marseychingchongraging','Marsey',2,'mad angry triggered red shaking trembling rice gook nip asian'),
('marseychingchongshooter','Marsey',2,'gun bang pistol rice asian gook nip mass kill chink animated'), ('marseychingchongshooter','Marsey',2,'gun bang pistol rice asian gook nip mass kill chink animated'),
('marseychingchongsupremacy','Marsey',2,'ccp china chinese ricefarmer hat glasses buckteeth bucktooth azn asian jinping xinping han masterrace communist communism maoist zedong'), ('marseychingchongsupremacy','Marsey',2,'ccp china chinese ricefarmer hat glasses buckteeth bucktooth azn asian jinping xinping han masterrace communist communism maoist zedong'),
('marseychipmunk','Marsey',2,'rodent squirrel wuzizname'), ('marseychipmunk','Marsey',2,'rodent squirrel wuzizname'),
@ -1749,6 +1787,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseycut','Marsey',2,'cutting selfharm emo self harm cutter reaction depressed'), ('marseycut','Marsey',2,'cutting selfharm emo self harm cutter reaction depressed'),
('marseycutattention','Marsey',2,'razor cry depressed kys cut attention borderline bpd blood cutting woman foid selfharm'), ('marseycutattention','Marsey',2,'razor cry depressed kys cut attention borderline bpd blood cutting woman foid selfharm'),
('marseycutemad','Marsey',2,'marsey mad'), ('marseycutemad','Marsey',2,'marsey mad'),
('marseycutting','Marsey',2,'selfharm razor'),
('marseycutwrist','Marsey',2,'suicide slash wrist razor blood cry tears sad depressed depression kill dying kys cut cutting pensive selfharm'), ('marseycutwrist','Marsey',2,'suicide slash wrist razor blood cry tears sad depressed depression kill dying kys cut cutting pensive selfharm'),
('marseycwc','Marsey',2,'sonichu chan chris chan chandler sweater chrischan medallion striped chris'), ('marseycwc','Marsey',2,'sonichu chan chris chan chandler sweater chrischan medallion striped chris'),
('marseycyanide','Marsey',2,'kys kill yourself kms kill myself poison pill death die depressed suicidal suicide animated'), ('marseycyanide','Marsey',2,'kys kill yourself kms kill myself poison pill death die depressed suicidal suicide animated'),
@ -1775,8 +1814,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseydarktrump','Marsey',2,'maga lasereyes chud republican orange daddy donald'), ('marseydarktrump','Marsey',2,'maga lasereyes chud republican orange daddy donald'),
('marseydarkxd','Marsey',2,'laugh ragecomics lmao despair shadow'), ('marseydarkxd','Marsey',2,'laugh ragecomics lmao despair shadow'),
('marseydarwin','Marsey',2,'history darwinian euphoric atheist charles'), ('marseydarwin','Marsey',2,'history darwinian euphoric atheist charles'),
('marseydatingprofile','Marsey',2,'online dating old tinder bumble facebook app phone swipe onlyfans sexy hookup date birthcontrol'), ('marseydash','Marsey',2,'dash'),
('marseydawnbreaker','Marsey',2,'gamer video game warhammer'), ('marseydawnbreaker','Marsey',2,'gamer video game warhammer dota'),
('marseydayan','Marsey',2,'moshe dayan israel army military general soldier'), ('marseydayan','Marsey',2,'moshe dayan israel army military general soldier'),
('marseydead','Marsey',2,'murdered dead killed reaction victim die rip'), ('marseydead','Marsey',2,'murdered dead killed reaction victim die rip'),
('marseydeadcatbounce','Marsey',2,'stocks stonks chart graph'), ('marseydeadcatbounce','Marsey',2,'stocks stonks chart graph'),
@ -1812,7 +1851,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseydevil','Marsey',2,'pitchfork daemon hell halloween demon mischievous satan holiday heck evil'), ('marseydevil','Marsey',2,'pitchfork daemon hell halloween demon mischievous satan holiday heck evil'),
('marseydickbutt','Marsey',2,'dickbutt marseybutt meme'), ('marseydickbutt','Marsey',2,'dickbutt marseybutt meme'),
('marseydickbuttsmile','Marsey',2,'dickbutt marseybutt smile meme'), ('marseydickbuttsmile','Marsey',2,'dickbutt marseybutt smile meme'),
('marseydicklet','Marsey',2,'babydick penis micro dick reaction laugh point and laugh micropenis judgment'), ('marseydicklet','Marsey',2,'babydick penis micro dick reaction laugh point and laugh micropenis judgment tiny small'),
('marseydiehard','Marsey',2,'die hard christmas holiday terrorist gun bruce willis'), ('marseydiehard','Marsey',2,'die hard christmas holiday terrorist gun bruce willis'),
('marseydiffusionspin','Marsey',2,'ai spin animated spinning rotate'), ('marseydiffusionspin','Marsey',2,'ai spin animated spinning rotate'),
('marseydilbert','Marsey',2,'dilbert scottadams scott adams marbert comic ears tie suit pepe frog 4chan hair three'), ('marseydilbert','Marsey',2,'dilbert scottadams scott adams marbert comic ears tie suit pepe frog 4chan hair three'),
@ -1884,12 +1923,12 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyduck4','Marsey',2,'marsey duck'), ('marseyduck4','Marsey',2,'marsey duck'),
('marseyduke','Marsey',2,':marseyduke:'), ('marseyduke','Marsey',2,':marseyduke:'),
('marseydukenukem','Marsey',2,'duke nukem sunglasses chad gun pistol smoking cigar game cool'), ('marseydukenukem','Marsey',2,'duke nukem sunglasses chad gun pistol smoking cigar game cool'),
('marseydumpling','Marsey',2,'food happy'),
('marseydumptruck','Marsey',2,'pepe butt mellokind thicc thick ass booty cheeks'), ('marseydumptruck','Marsey',2,'pepe butt mellokind thicc thick ass booty cheeks'),
('marseydunce','Marsey',2,'stupid moron imbecile dolt dunce retard dumb cap hat sped'), ('marseydunce','Marsey',2,'stupid moron imbecile dolt dunce retard dumb cap hat sped'),
('marseydunk','Marsey',2,'dunk dunkon basketball sport sports'), ('marseydunk','Marsey',2,'dunk dunkon basketball sport sports'),
('marseydunkon','Marsey',2,'basketball dunk seethe cope rage sports'), ('marseydunkon','Marsey',2,'basketball dunk seethe cope rage sports'),
('marseydylan','Marsey',2,'columbine school shooter psycho gun pistol klebold'), ('marseydylan','Marsey',2,'columbine school shooter psycho gun pistol klebold'),
('marseydylannroof','Marsey',2,'mayo streetwear dylann roof shooter confederate flag fashion'),
('marseydynamite','Marsey',2,'dynomite black afro gun'), ('marseydynamite','Marsey',2,'dynomite black afro gun'),
('marseyeaglerider','Marsey',2,'flying riding eagle america usa united states freedom liberty flying soaring bird'), ('marseyeaglerider','Marsey',2,'flying riding eagle america usa united states freedom liberty flying soaring bird'),
('marseyearrape','Marsey',2,'breakcore goreshit headphones noisecore'), ('marseyearrape','Marsey',2,'breakcore goreshit headphones noisecore'),
@ -1929,6 +1968,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyemojismilemouthtighteyes','Marsey',2,'emoji reaction smile xd'), ('marseyemojismilemouthtighteyes','Marsey',2,'emoji reaction smile xd'),
('marseyemperor','Marsey',2,'gold'), ('marseyemperor','Marsey',2,'gold'),
('marseyemptybowl','Marsey',2,'hungry food dish'), ('marseyemptybowl','Marsey',2,'hungry food dish'),
('marseyenderclutch','Marsey',2,'marsey pearl ender enderpearl clutch pearlclutch'),
('marseyequius','Marsey',2,'equius zahhak troll homestuck'), ('marseyequius','Marsey',2,'equius zahhak troll homestuck'),
('marseyerasure','Marsey',2,'erase ignore block'), ('marseyerasure','Marsey',2,'erase ignore block'),
('marseyeren','Marsey',2,'eren anime manga aot attack on titan shingeki no kyojin snk yeagerist racist hitler genocide hajime isayama cute twink hot eldian mappa unamused hoodie jacket'), ('marseyeren','Marsey',2,'eren anime manga aot attack on titan shingeki no kyojin snk yeagerist racist hitler genocide hajime isayama cute twink hot eldian mappa unamused hoodie jacket'),
@ -2011,6 +2051,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyfingerwords','Marsey',2,'cute long tldr didnt read'), ('marseyfingerwords','Marsey',2,'cute long tldr didnt read'),
('marseyfirefox','Marsey',2,'firefox browser marsey'), ('marseyfirefox','Marsey',2,'firefox browser marsey'),
('marseyfireman','Marsey',2,'fireman marsey axe doodle'), ('marseyfireman','Marsey',2,'fireman marsey axe doodle'),
('marseyfivehead','Marsey',2,'forehead big huge'),
('marseyflagabkhazia','Marsey Flags',2,'abkhazia'), ('marseyflagabkhazia','Marsey Flags',2,'abkhazia'),
('marseyflagafghanistan','Marsey Flags',2,'afghanistan muslim jihadi taliban'), ('marseyflagafghanistan','Marsey Flags',2,'afghanistan muslim jihadi taliban'),
('marseyflagafrica','Marsey Flags',2,'africa african BIPOC'), ('marseyflagafrica','Marsey Flags',2,'africa african BIPOC'),
@ -2084,6 +2125,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyflaggermany','Marsey Flags',2,'donger kraut deutschland'), ('marseyflaggermany','Marsey Flags',2,'donger kraut deutschland'),
('marseyflaggreece','Marsey Flags',2,'greece balkans eastern europe'), ('marseyflaggreece','Marsey Flags',2,'greece balkans eastern europe'),
('marseyflaggreenland','Marsey Flags',2,'greenland'), ('marseyflaggreenland','Marsey Flags',2,'greenland'),
('marseyflaggrtrans','Marsey Flags',2,'greek greece flag trans'),
('marseyflagguatemala','Marsey Flags',2,'guatemala'), ('marseyflagguatemala','Marsey Flags',2,'guatemala'),
('marseyflagguinea','Marsey Flags',2,'guinea'), ('marseyflagguinea','Marsey Flags',2,'guinea'),
('marseyflagguineabissau','Marsey Flags',2,'guinea bissau'), ('marseyflagguineabissau','Marsey Flags',2,'guinea bissau'),
@ -2252,6 +2294,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyfrylock','Marsey',2,'cartoon athf aqua fry fries fastfood'), ('marseyfrylock','Marsey',2,'cartoon athf aqua fry fries fastfood'),
('marseyfsjal','Marsey',2,'fsjal marsey excited cheer watch happening'), ('marseyfsjal','Marsey',2,'fsjal marsey excited cheer watch happening'),
('marseyfuckoffcarp','Marsey',2,'reaction carpathianflorist rude snappy animated robot marppy'), ('marseyfuckoffcarp','Marsey',2,'reaction carpathianflorist rude snappy animated robot marppy'),
('marseyfucktard','Marsey',2,'fucktard tard marsey mask'),
('marseyfuckyou','Marsey',2,'middlefinger middle finger flipping off fuck you nigga'), ('marseyfuckyou','Marsey',2,'middlefinger middle finger flipping off fuck you nigga'),
('marseyfuckyou2','Marsey',2,'nigga comeback no u'), ('marseyfuckyou2','Marsey',2,'nigga comeback no u'),
('marseyfug','Marsey',2,'benis mustache meme'), ('marseyfug','Marsey',2,'benis mustache meme'),
@ -2272,7 +2315,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseygamer','Marsey',2,'vidya video games nerd headset microphone'), ('marseygamer','Marsey',2,'vidya video games nerd headset microphone'),
('marseygameritsover','Marsey',2,'gamer vidya gg vidya headset'), ('marseygameritsover','Marsey',2,'gamer vidya gg vidya headset'),
('marseygamzee','Marsey',2,'gamzee makara homestuck troll'), ('marseygamzee','Marsey',2,'gamzee makara homestuck troll'),
('marseygangbang','Marsey',2,'blacked sex orgy'),
('marseygangster','Marsey',2,'pimp hustling mafia money gangsta'), ('marseygangster','Marsey',2,'pimp hustling mafia money gangsta'),
('marseyganjabliss','Marsey',2,'ganjabliss ganja bliss weed'), ('marseyganjabliss','Marsey',2,'ganjabliss ganja bliss weed'),
('marseygardener','Marsey',2,'gardening watering'), ('marseygardener','Marsey',2,'gardening watering'),
@ -2369,6 +2411,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseygrilling2','Marsey',2,'bbq boomer barbecue barbeque'), ('marseygrilling2','Marsey',2,'bbq boomer barbecue barbeque'),
('marseygrimreaper','Marsey',2,'grimreaper grim reaper scythe homoween skull scary horror death'), ('marseygrimreaper','Marsey',2,'grimreaper grim reaper scythe homoween skull scary horror death'),
('marseygrin','Marsey',2,'seethe pain rage beard angry'), ('marseygrin','Marsey',2,'seethe pain rage beard angry'),
('marseygrizz','Marsey',2,'viking grizzly beard'),
('marseygroomer','Marsey',2,'pedobear discord pedophile pedo chomo molest pedocord'), ('marseygroomer','Marsey',2,'pedobear discord pedophile pedo chomo molest pedocord'),
('marseygroomer2','Marsey',2,'molest discord chomo snoo pedo pedocord reddit'), ('marseygroomer2','Marsey',2,'molest discord chomo snoo pedo pedocord reddit'),
('marseygroomerarch','Marsey',2,'groomer marsey arch linux archlinux grooming nerd kid'), ('marseygroomerarch','Marsey',2,'groomer marsey arch linux archlinux grooming nerd kid'),
@ -2459,7 +2502,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyhomoitsover','Marsey',2,'homo fascist its over hat gay'), ('marseyhomoitsover','Marsey',2,'homo fascist its over hat gay'),
('marseyhomosupremacist','Marsey',2,'klan lgbt faggot kkk homocracy sodomy queer gay wholesome'), ('marseyhomosupremacist','Marsey',2,'klan lgbt faggot kkk homocracy sodomy queer gay wholesome'),
('marseyhomsar','Marsey',2,'homsar homestar rslur retard dumb loud shout 2000s'), ('marseyhomsar','Marsey',2,'homsar homestar rslur retard dumb loud shout 2000s'),
('marseyhoodwink','Marsey',2,'cloak crossbow'), ('marseyhoodwink','Marsey',2,'cloak crossbow dota'),
('marseyhope','Marsey',2,'mask whitepill reaction happy hopium'), ('marseyhope','Marsey',2,'mask whitepill reaction happy hopium'),
('marseyhorseshoe','Marsey',2,'rightoid leftoid theory'), ('marseyhorseshoe','Marsey',2,'rightoid leftoid theory'),
('marseyhotep','Marsey',2,'party meme parrot vibing jam dance'), ('marseyhotep','Marsey',2,'party meme parrot vibing jam dance'),
@ -2470,6 +2513,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyhugmerchant','Marsey',2,'marsey hug jewish merchant kike yid yarmulke love'), ('marseyhugmerchant','Marsey',2,'marsey hug jewish merchant kike yid yarmulke love'),
('marseyhugpeepeehands','Marsey',2,'love cute heart embrace cat'), ('marseyhugpeepeehands','Marsey',2,'love cute heart embrace cat'),
('marseyhugretard','Marsey',2,'love idiot drool embrace'), ('marseyhugretard','Marsey',2,'love idiot drool embrace'),
('marseyhuman','Marsey',2,'flesh'),
('marseyhungover','Marsey',2,'hungover drunk wasted headache shakes deliriumtremens dts withdrawal rehab sick ill boozer alcohol'), ('marseyhungover','Marsey',2,'hungover drunk wasted headache shakes deliriumtremens dts withdrawal rehab sick ill boozer alcohol'),
('marseyhungry','Marsey',2,'food hunger dish feed me bowl animated'), ('marseyhungry','Marsey',2,'food hunger dish feed me bowl animated'),
('marseyhwacha','Marsey',2,'korea historical animated artillery weapon gunpowder army combat war'), ('marseyhwacha','Marsey',2,'korea historical animated artillery weapon gunpowder army combat war'),
@ -2500,6 +2544,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyinbread','Marsey',2,'food meme inbred'), ('marseyinbread','Marsey',2,'food meme inbred'),
('marseyindiarentfree','Marsey',2,'pajeet street shit brown bipoc bhai modi tunak curry hindu shiva'), ('marseyindiarentfree','Marsey',2,'pajeet street shit brown bipoc bhai modi tunak curry hindu shiva'),
('marseyindignant','Marsey',2,'hmph pout indignant angry annoyed no cross defiant obstinate stubborn'), ('marseyindignant','Marsey',2,'hmph pout indignant angry annoyed no cross defiant obstinate stubborn'),
('marseyindignantwoman','Marsey',2,'annoyed angry pouting girl female foid crossed trad wife dress'),
('marseyinnocent','Marsey',2,'innocent naive angelic dumb halo'), ('marseyinnocent','Marsey',2,'innocent naive angelic dumb halo'),
('marseyinsane','Marsey',2,'confused confusing crazy cat spastic fast looking gamesonyourphone animated'), ('marseyinsane','Marsey',2,'confused confusing crazy cat spastic fast looking gamesonyourphone animated'),
('marseyinshallah','Marsey',2,'begging muslim animated please'), ('marseyinshallah','Marsey',2,'begging muslim animated please'),
@ -2568,6 +2613,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyjeanne','Marsey',2,'eyes blood dead bleeding orleans darc knight anime blacksouls jrpg'), ('marseyjeanne','Marsey',2,'eyes blood dead bleeding orleans darc knight anime blacksouls jrpg'),
('marseyjeans','Marsey',2,'denim trousers pants'), ('marseyjeans','Marsey',2,'denim trousers pants'),
('marseyjelly','Marsey',2,'jealous envy envious strawberry jam'), ('marseyjelly','Marsey',2,'jealous envy envious strawberry jam'),
('marseyjeremiah','Marsey',2,'nod agree yes johnson'),
('marseyjerkofffrown','Marsey',2,'sarcastic sarcasm jerk off eye roll whatever animated'), ('marseyjerkofffrown','Marsey',2,'sarcastic sarcasm jerk off eye roll whatever animated'),
('marseyjerkoffsmile','Marsey',2,'sarcastic sarcasm jerkoff eyeroll whatever animated'), ('marseyjerkoffsmile','Marsey',2,'sarcastic sarcasm jerkoff eyeroll whatever animated'),
('marseyjesus','Marsey',2,'christian'), ('marseyjesus','Marsey',2,'christian'),
@ -2620,6 +2666,9 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseykey','Marsey',2,'markey keyed locked based key lock sneed bane'), ('marseykey','Marsey',2,'markey keyed locked based key lock sneed bane'),
('marseykfc','Marsey',2,'col sanders colonel kentucky fried chicken'), ('marseykfc','Marsey',2,'col sanders colonel kentucky fried chicken'),
('marseykhorne','Marsey',2,'warhammer 40k chaos god war death blood'), ('marseykhorne','Marsey',2,'warhammer 40k chaos god war death blood'),
('marseykilldozer','Marsey',2,'vehicle deforestation caterpillar large construction cat angry rampage bulldozer'),
('marseykilldozerhappy','Marsey',2,'vehicle deforestation caterpillar large construction cat'),
('marseykilldozertroll','Marsey',2,'vehicle deforestation caterpillar large construction cat trollface trololo'),
('marseykimkitsuragi','Marsey',2,'detective asian glasses vidya game'), ('marseykimkitsuragi','Marsey',2,'detective asian glasses vidya game'),
('marseykindness','Marsey',2,'retarded special drooling idiot seriouspost srspost agendapost moron fool buffoon dramatard'), ('marseykindness','Marsey',2,'retarded special drooling idiot seriouspost srspost agendapost moron fool buffoon dramatard'),
('marseyking','Marsey',2,'based queen prince reaction crown princess'), ('marseyking','Marsey',2,'based queen prince reaction crown princess'),
@ -2651,9 +2700,11 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyklenny','Marsey',2,'chiobu jenna thorne grunderchin vidunderchin clapping applause animated'), ('marseyklenny','Marsey',2,'chiobu jenna thorne grunderchin vidunderchin clapping applause animated'),
('marseyklenny2','Marsey',2,'corgi dog puppy klenvastergan smile happy'), ('marseyklenny2','Marsey',2,'corgi dog puppy klenvastergan smile happy'),
('marseyklenny3','Marsey',2,'puppy corgi smile dog grunderchin klenvastergan'), ('marseyklenny3','Marsey',2,'puppy corgi smile dog grunderchin klenvastergan'),
('marseyklennyart','Marsey',2,'sexy nude'),
('marseyklennybone','Marsey',2,'klenvastergan corgi'), ('marseyklennybone','Marsey',2,'klenvastergan corgi'),
('marseyklennyclap','Marsey',2,'klenny klenvastergan animated corgi dog clap clapping'), ('marseyklennyclap','Marsey',2,'klenny klenvastergan animated corgi dog clap clapping'),
('marseyklennycry','Marsey',2,'dog corgi sobbing crying'), ('marseyklennycry','Marsey',2,'dog corgi sobbing crying'),
('marseyklennyexosuit','Marsey',2,'powerloader mecha warframe'),
('marseyklennyheart','Marsey',2,'corgi puppy dog love hug'), ('marseyklennyheart','Marsey',2,'corgi puppy dog love hug'),
('marseyklennyplead','Marsey',2,'sad dog corgi klenvastergan'), ('marseyklennyplead','Marsey',2,'sad dog corgi klenvastergan'),
('marseyklennypriest','Marsey',2,'religion pastor bible cross jesus christ dog corgi christianity catholic'), ('marseyklennypriest','Marsey',2,'religion pastor bible cross jesus christ dog corgi christianity catholic'),
@ -2679,7 +2730,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseykrampus2','Marsey',2,'demon monster christmas'), ('marseykrampus2','Marsey',2,'demon monster christmas'),
('marseykrayon','Marsey',2,'krayon karaboga incel retard face'), ('marseykrayon','Marsey',2,'krayon karaboga incel retard face'),
('marseykrayongrouns','Marsey',2,'grouns krayon objection court brooks sister pedo molester incest'), ('marseykrayongrouns','Marsey',2,'grouns krayon objection court brooks sister pedo molester incest'),
('marseykrayonsneed','Marsey',2,'krayon incest carpathianflorist sistertoucher sneed'),
('marseykrazykarate','Marsey',2,'king krazy karate crown crazy cape fight'), ('marseykrazykarate','Marsey',2,'king krazy karate crown crazy cape fight'),
('marseykrazyklap','Marsey',2,'animated clap applaud crown king krazy'), ('marseykrazyklap','Marsey',2,'animated clap applaud crown king krazy'),
('marseykrazyklapping','Marsey',2,'king clapping crown krown crazy cape kape'), ('marseykrazyklapping','Marsey',2,'king clapping crown krown crazy cape kape'),
@ -2771,13 +2821,11 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseylongsurfing','Marsey',2,'surf surfing water ocean long surfboard'), ('marseylongsurfing','Marsey',2,'surf surfing water ocean long surfboard'),
('marseyloss','Marsey',2,'isthis meme comic webcomic hospital ethan tim buckley'), ('marseyloss','Marsey',2,'isthis meme comic webcomic hospital ethan tim buckley'),
('marseylouisiana','Marsey',2,'state cajun usa map crawfish southern gulf poverty mississippi orleans mardi gras'), ('marseylouisiana','Marsey',2,'state cajun usa map crawfish southern gulf poverty mississippi orleans mardi gras'),
('marseylovebrasileiro','Marsey',2,'macaco love hug brazil brazilian brasil'),
('marseylovecraft','Marsey',2,'eldritch horror niggerman cat hp tentacle insane halloween'), ('marseylovecraft','Marsey',2,'eldritch horror niggerman cat hp tentacle insane halloween'),
('marseylovecraft2','Marsey',2,'eldritch horror niggerman cat hp tentacle insane halloween'), ('marseylovecraft2','Marsey',2,'eldritch horror niggerman cat hp tentacle insane halloween'),
('marseylovecraftian','Marsey',2,'cosmic horror eldritch galaxy space hp spooky scary halloween animated'), ('marseylovecraftian','Marsey',2,'cosmic horror eldritch galaxy space hp spooky scary halloween animated'),
('marseylovedrama','Marsey',2,'hearts rdrama reaction happy animated'), ('marseylovedrama','Marsey',2,'hearts rdrama reaction happy animated'),
('marseylovegigaorgy','Marsey',2,'cuddle hug love blush wholesome infinity orgy'), ('marseylovegigaorgy','Marsey',2,'cuddle hug love blush wholesome infinity orgy'),
('marseylovekaamrev','Marsey',2,'kaamrev love saffer south african africa energy hug'),
('marseyloveyou','Marsey',2,'hearts ilu reaction adoration loving ily love adore animated'), ('marseyloveyou','Marsey',2,'hearts ilu reaction adoration loving ily love adore animated'),
('marseylowpoly','Marsey',2,'polygonal spinning 3d lopoly animated'), ('marseylowpoly','Marsey',2,'polygonal spinning 3d lopoly animated'),
('marseyluckycat','Marsey',2,'lucky fortune gambling gambler goombler goombling animated weeb azn asian slots japanese money cash coin rich'), ('marseyluckycat','Marsey',2,'lucky fortune gambling gambler goombler goombling animated weeb azn asian slots japanese money cash coin rich'),
@ -2787,6 +2835,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyluther','Marsey',2,'heretic lutheran theses martin luther'), ('marseyluther','Marsey',2,'heretic lutheran theses martin luther'),
('marseyluthercringe','Marsey',2,'martin luther protestant lutheran cringe soy crying catholic religion anglican methodist evangelical baptist'), ('marseyluthercringe','Marsey',2,'martin luther protestant lutheran cringe soy crying catholic religion anglican methodist evangelical baptist'),
('marseyluthersoy','Marsey',2,'martin luther protestant lutheran cringe soy catholic religion anglican methodist evangelical baptist'), ('marseyluthersoy','Marsey',2,'martin luther protestant lutheran cringe soy catholic religion anglican methodist evangelical baptist'),
('marseyluttefloppa','Marsey',2,'guns'),
('marseymabel','Marsey',2,'black dress blue hair stars girl blacksouls jrpg anime'), ('marseymabel','Marsey',2,'black dress blue hair stars girl blacksouls jrpg anime'),
('marseymacarthur','Marsey',2,'nuke missile nuclear bomb history'), ('marseymacarthur','Marsey',2,'nuke missile nuclear bomb history'),
('marseymacgyver','Marsey',2,'macgyver margyver macgruber diy homemade handy jerryrig juryrig improvised makeshift crafty ingenious inventive slick'), ('marseymacgyver','Marsey',2,'macgyver margyver macgruber diy homemade handy jerryrig juryrig improvised makeshift crafty ingenious inventive slick'),
@ -2799,6 +2848,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseymaid2','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'), ('marseymaid2','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'),
('marseymaid3','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'), ('marseymaid3','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'),
('marseymaid4','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'), ('marseymaid4','Marsey',2,'canadian leaf suicide euthanasia needle syringe vax'),
('marseymaid5','Marsey',2,'assistant pillow'),
('marseymaidchingchong','Marsey',2,'suicide rope kys die inject medicine vaccine canada leaf chinese rice asian cosplay'), ('marseymaidchingchong','Marsey',2,'suicide rope kys die inject medicine vaccine canada leaf chinese rice asian cosplay'),
('marseymaidgeisha','Marsey',2,'weeb incel asian chink chong rice suicide vax inject wink love heart kiss slit cosplay'), ('marseymaidgeisha','Marsey',2,'weeb incel asian chink chong rice suicide vax inject wink love heart kiss slit cosplay'),
('marseymaidshy','Marsey',2,'canada suicide kys cute blush nervous leaf canadian'), ('marseymaidshy','Marsey',2,'canada suicide kys cute blush nervous leaf canadian'),
@ -2853,7 +2903,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseymega','Marsey',2,'megamarsey'), ('marseymega','Marsey',2,'megamarsey'),
('marseymegalodon','Marsey',2,'shark carpathianflorist jaws attack eating killing'), ('marseymegalodon','Marsey',2,'shark carpathianflorist jaws attack eating killing'),
('marseymegaphone','Marsey',2,'boo bullhorn speaker shouting yelling announcement protest'), ('marseymegaphone','Marsey',2,'boo bullhorn speaker shouting yelling announcement protest'),
('marseymeme','Marsey',2,'images 16862909597628224 webp'),
('marseymemeball','Marsey',2,'picardia strawman polcomp political'), ('marseymemeball','Marsey',2,'picardia strawman polcomp political'),
('marseymeowth','Marsey',2,'pokemon weeb anime manga team rocket nintendo video game vidya monster'), ('marseymeowth','Marsey',2,'pokemon weeb anime manga team rocket nintendo video game vidya monster'),
('marseymerari','Marsey',2,'janny admin mod mop animal joost dutch muppet sesame street cute fluffy'), ('marseymerari','Marsey',2,'janny admin mod mop animal joost dutch muppet sesame street cute fluffy'),
@ -2898,6 +2947,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseymissing','Marsey',2,'absent low effort'), ('marseymissing','Marsey',2,'absent low effort'),
('marseymissing2','Marsey',2,'missing notexture source image not found broken'), ('marseymissing2','Marsey',2,'missing notexture source image not found broken'),
('marseymissingno','Marsey',2,'missing no missingno error marsey pokemon'), ('marseymissingno','Marsey',2,'missing no missingno error marsey pokemon'),
('marseymisssize','Marsey',2,'slut pickme foid woman crazy insane society joker honk clown whore'),
('marseymlg','Marsey',2,'glasses moutaindew hat'), ('marseymlg','Marsey',2,'glasses moutaindew hat'),
('marseymobster2','Marsey',2,'bat gangster mafia kneecapper'), ('marseymobster2','Marsey',2,'bat gangster mafia kneecapper'),
('marseymochi','Marsey',2,'cat marsey mochi grey gray cute adorable pet kitty kitten'), ('marseymochi','Marsey',2,'cat marsey mochi grey gray cute adorable pet kitty kitten'),
@ -3008,6 +3058,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseynpcsheep','Marsey',2,'follower'), ('marseynpcsheep','Marsey',2,'follower'),
('marseynukegoggles','Marsey',2,'nuclear atomic bomb mushroom cloud'), ('marseynukegoggles','Marsey',2,'nuclear atomic bomb mushroom cloud'),
('marseynull','Marsey',2,'kiwifarms joshua moon josh dog'), ('marseynull','Marsey',2,'kiwifarms joshua moon josh dog'),
('marseynullautism','Marsey',2,'kiwifarms kf sperg josh jersh hat'),
('marseynullbipolar','Marsey',2,'kiwifarms itsover wereback nullhyperspeed whiplash ultrafast'), ('marseynullbipolar','Marsey',2,'kiwifarms itsover wereback nullhyperspeed whiplash ultrafast'),
('marseynulloverback','Marsey',2,'animated jersh josh itsover wereback over back keffals kiwifarms'), ('marseynulloverback','Marsey',2,'animated jersh josh itsover wereback over back keffals kiwifarms'),
('marseynun','Marsey',2,'habit catholic'), ('marseynun','Marsey',2,'habit catholic'),
@ -3016,6 +3067,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseynutcracker','Marsey',2,'soldier halberd pike christmas holiday'), ('marseynutcracker','Marsey',2,'soldier halberd pike christmas holiday'),
('marseynuts','Marsey',2,'marsey red squirrel squirreljak nuts soyjak feraljak soy feral jak'), ('marseynuts','Marsey',2,'marsey red squirrel squirreljak nuts soyjak feraljak soy feral jak'),
('marseynyan','Marsey',2,'space animated meme poptart'), ('marseynyan','Marsey',2,'space animated meme poptart'),
('marseynyanisrael','Marsey',2,'nyan cat rainbow space animated fireworks flag jew israel holocaust palestine'),
('marseynyanlgbt','Marsey',2,'animated gay pride homosexuality space flying'), ('marseynyanlgbt','Marsey',2,'animated gay pride homosexuality space flying'),
('marseynyansuperstraight','Marsey',2,'animated straggot pride heterosexuality space flying'), ('marseynyansuperstraight','Marsey',2,'animated straggot pride heterosexuality space flying'),
('marseyobama','Marsey',2,'obama president black drone reaper predator'), ('marseyobama','Marsey',2,'obama president black drone reaper predator'),
@ -3115,6 +3167,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseypendulumright','Marsey',2,'rightwing rightoid swing'), ('marseypendulumright','Marsey',2,'rightwing rightoid swing'),
('marseypenguin','Marsey',2,'bird linux puffin'), ('marseypenguin','Marsey',2,'bird linux puffin'),
('marseypenny','Marsey',2,'penny mrpenny black trad foid bleeder female woman kween negro dress baptist christian'), ('marseypenny','Marsey',2,'penny mrpenny black trad foid bleeder female woman kween negro dress baptist christian'),
('marseypenny2','Marsey',2,'penny blackface larp mask fake'),
('marseypennyboo','Marsey',2,'mrpennycoomstokids black nigger kween shaniqua thot whore female woman bleeder birthing person kfc baptist tradwife dress christian foid'), ('marseypennyboo','Marsey',2,'mrpennycoomstokids black nigger kween shaniqua thot whore female woman bleeder birthing person kfc baptist tradwife dress christian foid'),
('marseypennycoomer','Marsey',2,'strong black woman'), ('marseypennycoomer','Marsey',2,'strong black woman'),
('marseypennymisia','Marsey',2,'award winner medal trans'), ('marseypennymisia','Marsey',2,'award winner medal trans'),
@ -3151,6 +3204,8 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseypinkcat','Marsey',2,'homo gay happy ribbon femme girl'), ('marseypinkcat','Marsey',2,'homo gay happy ribbon femme girl'),
('marseypinkname','Marsey',2,'pink matter name pinkname panther'), ('marseypinkname','Marsey',2,'pink matter name pinkname panther'),
('marseypinkpanther','Marsey',2,'pink panther cartoon smoking comedy tv television feline'), ('marseypinkpanther','Marsey',2,'pink panther cartoon smoking comedy tv television feline'),
('marseypinocchio','Marsey',2,'lie liar dishonest fake false doll puppet disney character nose'),
('marseypinocchio2','Marsey',2,'lie liar fake false doll puppet disney nose dishonest character'),
('marseypinochet','Marsey',2,'fascist fash ugarte augusto chopper helicopter chile'), ('marseypinochet','Marsey',2,'fascist fash ugarte augusto chopper helicopter chile'),
('marseypipe','Marsey',2,'smoke smart mhm yes smoking tobacco intelligent'), ('marseypipe','Marsey',2,'smoke smart mhm yes smoking tobacco intelligent'),
('marseypipebomb','Marsey',2,'explosion explosive terrorist boom'), ('marseypipebomb','Marsey',2,'explosion explosive terrorist boom'),
@ -3192,6 +3247,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseypony2','Marsey',2,'pony horse furry mlp'), ('marseypony2','Marsey',2,'pony horse furry mlp'),
('marseypooner','Marsey',2,'4chan trans train ftm pass yeet tits dude bro dood meme woman moment stubble'), ('marseypooner','Marsey',2,'4chan trans train ftm pass yeet tits dude bro dood meme woman moment stubble'),
('marseypoonerdeathpose','Marsey',2,'ftm family guy peter trans train troon aiden aidan suicide dead doooood dude bpd pink 41'), ('marseypoonerdeathpose','Marsey',2,'ftm family guy peter trans train troon aiden aidan suicide dead doooood dude bpd pink 41'),
('marseypoonerretard','Marsey',2,'dumb idiot stupid lesbian trans troon drool titchop dood'),
('marseypoop','Marsey',2,'turd turdsey shitsey poopsey shit poop poop marsey shit marsey'), ('marseypoop','Marsey',2,'turd turdsey shitsey poopsey shit poop poop marsey shit marsey'),
('marseypoor','Marsey',2,'homeless beggar panhandler proletariat bum'), ('marseypoor','Marsey',2,'homeless beggar panhandler proletariat bum'),
('marseypop','Marsey',2,'action figure doll funko toy soy'), ('marseypop','Marsey',2,'action figure doll funko toy soy'),
@ -3268,6 +3324,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyrabbitnewyear4','Marsey',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers asian'), ('marseyrabbitnewyear4','Marsey',2,'chinese cny chink chong lunar holiday red packet envelope money fortune huat bunny 2023 festive orient dress flowers asian'),
('marseyraccoon','Marsey',2,'trashpanda trash panda'), ('marseyraccoon','Marsey',2,'trashpanda trash panda'),
('marseyraccoonhappy','Marsey',2,'raccoon coon wootfatigue garbage trash panda happy content vibing'), ('marseyraccoonhappy','Marsey',2,'raccoon coon wootfatigue garbage trash panda happy content vibing'),
('marseyraccoonhug','Marsey',2,'raccoon coon wootfatigue hug love appreciation animal pet'),
('marseyraccoonregular','Marsey',2,'raccoon coon wootfatigue garbage trash panda happy default'), ('marseyraccoonregular','Marsey',2,'raccoon coon wootfatigue garbage trash panda happy default'),
('marseyraccoonshock','Marsey',2,'raccoon coon wootfatigue trash panda garbage shock surprise'), ('marseyraccoonshock','Marsey',2,'raccoon coon wootfatigue trash panda garbage shock surprise'),
('marseyraccoontrouble','Marsey',2,'raccoon coon wootfatigue trouble smug garbage panda trash'), ('marseyraccoontrouble','Marsey',2,'raccoon coon wootfatigue trouble smug garbage panda trash'),
@ -3355,6 +3412,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyrobber','Marsey',2,'mask balaclava gun shooter shooting thief criminal nigger jogger ahmaud arbery george floyd'), ('marseyrobber','Marsey',2,'mask balaclava gun shooter shooting thief criminal nigger jogger ahmaud arbery george floyd'),
('marseyrobot','Marsey',2,'npc snappy sentient ai glow tech computer'), ('marseyrobot','Marsey',2,'npc snappy sentient ai glow tech computer'),
('marseyrock','Marsey',2,'rock stone boulder pareidolia igneous metamorphic sedimentary edible'), ('marseyrock','Marsey',2,'rock stone boulder pareidolia igneous metamorphic sedimentary edible'),
('marseyrofl','Marsey',2,'lol lmao laughing pointing rofl kek hahaha'),
('marseyroguspanish','Marsey',2,'rogu spanish marsey american dad'), ('marseyroguspanish','Marsey',2,'rogu spanish marsey american dad'),
('marseyroman','Marsey',2,'roman manly roblox smug clueless smirk'), ('marseyroman','Marsey',2,'roman manly roblox smug clueless smirk'),
('marseyronpa','Marsey',2,'danganronpa despair weeb'), ('marseyronpa','Marsey',2,'danganronpa despair weeb'),
@ -3433,6 +3491,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseysalutenavy','Marsey',2,'saluting semen o7 homosexual soldier'), ('marseysalutenavy','Marsey',2,'saluting semen o7 homosexual soldier'),
('marseysalutenovorossiya','Marsey',2,'russia ukraine salute general patriotism flag'), ('marseysalutenovorossiya','Marsey',2,'russia ukraine salute general patriotism flag'),
('marseysalutepride','Marsey',2,'saluting 07 military soldier gay pride lgb rainbow'), ('marseysalutepride','Marsey',2,'saluting 07 military soldier gay pride lgb rainbow'),
('marseysalutetrans','Marsey',2,'military army uniform mtf ftm train troon hrt agp valid pass soldier ptsd'),
('marseysaluteusa','Marsey',2,'salute o7 animated flag patriotic patriotism burger nationalism flag american'), ('marseysaluteusa','Marsey',2,'salute o7 animated flag patriotic patriotism burger nationalism flag american'),
('marseysaluteussr','Marsey',2,'salute o7 flag soviet union russia kgb communist commie marxist marxism tankie stalin lenin animated patriotic'), ('marseysaluteussr','Marsey',2,'salute o7 flag soviet union russia kgb communist commie marxist marxism tankie stalin lenin animated patriotic'),
('marseysalvindicated','Marsey',2,'shark 2weeks twoweeks gonowhere wentsomewhere'), ('marseysalvindicated','Marsey',2,'shark 2weeks twoweeks gonowhere wentsomewhere'),
@ -3521,6 +3580,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyshook','Marsey',2,'reaction surprised shocked gasp astonished'), ('marseyshook','Marsey',2,'reaction surprised shocked gasp astonished'),
('marseyshooting','Marsey',2,'blam blatt shotgun kill pow murder'), ('marseyshooting','Marsey',2,'blam blatt shotgun kill pow murder'),
('marseyshortbus','Marsey',2,'bussy animated mrpenny carpathianflorist schizocel retard special short schoolbus classroom teacher wheels window rosa parks mlk'), ('marseyshortbus','Marsey',2,'bussy animated mrpenny carpathianflorist schizocel retard special short schoolbus classroom teacher wheels window rosa parks mlk'),
('marseyshotgunmakeup','Marsey',2,'whore tranny pass ugly woman foid'),
('marseyshreddedmanletrentfree','Marsey',2,'vegan based manlet aryan'), ('marseyshreddedmanletrentfree','Marsey',2,'vegan based manlet aryan'),
('marseyshroom','Marsey',2,'smug fungus shrigma shroomjak wojak mushroom'), ('marseyshroom','Marsey',2,'smug fungus shrigma shroomjak wojak mushroom'),
('marseyshrug','Marsey',2,'hands up idk ig idc dunno i guess'), ('marseyshrug','Marsey',2,'hands up idk ig idc dunno i guess'),
@ -3553,6 +3613,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyskeletor','Marsey',2,'skeleton mask heman 80s man halloween he man cartooon he holiday'), ('marseyskeletor','Marsey',2,'skeleton mask heman 80s man halloween he man cartooon he holiday'),
('marseyskellington','Marsey',2,'marsey skeleton skellington tim christmas halloween before burton jack nightmare musical movie film'), ('marseyskellington','Marsey',2,'marsey skeleton skellington tim christmas halloween before burton jack nightmare musical movie film'),
('marseyski','Marsey',2,'skier skiing sking winter snow'), ('marseyski','Marsey',2,'skier skiing sking winter snow'),
('marseyskifreeyeti','Marsey',2,'yeti abominable snowman ski monster pixel gif'),
('marseyskinnedwalk','Marsey',2,'watchpeopledie zllctnxaspywgb3 animated skinned walking trotting skeleton bones organs'), ('marseyskinnedwalk','Marsey',2,'watchpeopledie zllctnxaspywgb3 animated skinned walking trotting skeleton bones organs'),
('marseyskinny','Marsey',2,'tall anorexia bulimia anorexic bulimic'), ('marseyskinny','Marsey',2,'tall anorexia bulimia anorexic bulimic'),
('marseyskull','Marsey',2,'skull dead skeleton punisher kill bone'), ('marseyskull','Marsey',2,'skull dead skeleton punisher kill bone'),
@ -3560,6 +3621,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyslaanesh','Marsey',2,'warhammer 40k chaos god degeneracy sex drugs pain'), ('marseyslaanesh','Marsey',2,'warhammer 40k chaos god degeneracy sex drugs pain'),
('marseyslab','Marsey',2,'dexter lab smart genius ginger cartoon network glasses'), ('marseyslab','Marsey',2,'dexter lab smart genius ginger cartoon network glasses'),
('marseysleep','Marsey',2,'bed bedtime zzz boring reaction tired bored'), ('marseysleep','Marsey',2,'bed bedtime zzz boring reaction tired bored'),
('marseysleepy','Marsey',2,'marsey sleepy tired cat'),
('marseyslime','Marsey',2,'animated happy blob vidya video game maple story maplestory bouncing bounce monster jump'), ('marseyslime','Marsey',2,'animated happy blob vidya video game maple story maplestory bouncing bounce monster jump'),
('marseyslipperyslope','Marsey',2,'gaymarriage lgbt rights falling sliding hill animated'), ('marseyslipperyslope','Marsey',2,'gaymarriage lgbt rights falling sliding hill animated'),
('marseyslipperyslope2','Marsey',2,'gaymarriage lgbt rights falling sliding hill animated'), ('marseyslipperyslope2','Marsey',2,'gaymarriage lgbt rights falling sliding hill animated'),
@ -3570,8 +3632,10 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyslug','Marsey',2,'slug slut text'), ('marseyslug','Marsey',2,'slug slut text'),
('marseyslurp','Marsey',2,'licking tongue'), ('marseyslurp','Marsey',2,'licking tongue'),
('marseyslurpfast','Marsey',2,'lick tongue saliva yum creep'), ('marseyslurpfast','Marsey',2,'lick tongue saliva yum creep'),
('marseyslutshaming','Marsey',2,'whore bully'),
('marseysmirk','Marsey',2,'reaction snicker trolling lol'), ('marseysmirk','Marsey',2,'reaction snicker trolling lol'),
('marseysmokealarmbeep','Marsey',2,'smoke fire alarm detector beep chirp ceiling battery black bipoc'), ('marseysmokealarmbeep','Marsey',2,'smoke fire alarm detector beep chirp ceiling battery black bipoc'),
('marseysmoking','Marsey',2,'cigar ciggie'),
('marseysmooch','Misc',2,'kiss love zombie wolf wet sloppy illicit'), ('marseysmooch','Misc',2,'kiss love zombie wolf wet sloppy illicit'),
('marseysmoothbrain','Marsey',2,'idiot big brain brainlet retard reaction fool dumbass moron'), ('marseysmoothbrain','Marsey',2,'idiot big brain brainlet retard reaction fool dumbass moron'),
('marseysmudge','Marsey',2,'diogenesjr diogenesjunior meme'), ('marseysmudge','Marsey',2,'diogenesjr diogenesjunior meme'),
@ -3629,6 +3693,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseysopa','Marsey',2,'brazil soup macaco monkey teeth fangs scary'), ('marseysopa','Marsey',2,'brazil soup macaco monkey teeth fangs scary'),
('marseysoren','Marsey',2,'sleeping alt right altright racist nazi chud'), ('marseysoren','Marsey',2,'sleeping alt right altright racist nazi chud'),
('marseysosa','Marsey',2,'chief keef sosa glo rap hiphop music drugs lean black'), ('marseysosa','Marsey',2,'chief keef sosa glo rap hiphop music drugs lean black'),
('marseysourgrapes','Marsey',2,'fruit indignant'),
('marseysouthernbelle1','Marsey',2,'lady woman foid dress usa america dixie history 1800s'), ('marseysouthernbelle1','Marsey',2,'lady woman foid dress usa america dixie history 1800s'),
('marseysouthernbelle2','Marsey',2,'lady woman foid dress usa america dixie history 1800s'), ('marseysouthernbelle2','Marsey',2,'lady woman foid dress usa america dixie history 1800s'),
('marseysouthernbelle3','Marsey',2,'lady woman foid dress usa america dixie history 1800s black bipoc'), ('marseysouthernbelle3','Marsey',2,'lady woman foid dress usa america dixie history 1800s black bipoc'),
@ -3711,6 +3776,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseystims','Marsey',2,'stim drug meth tweak geese_suck ted_simp pat crazy schizophrenia'), ('marseystims','Marsey',2,'stim drug meth tweak geese_suck ted_simp pat crazy schizophrenia'),
('marseysting','Marsey',2,'drum badumtiss ba dum tiss bad dum tiss baddumtiss comedy humor punchline animated standup joke'), ('marseysting','Marsey',2,'drum badumtiss ba dum tiss bad dum tiss baddumtiss comedy humor punchline animated standup joke'),
('marseystinky','Marsey',2,'smelly homeless stank poor ew yuck'), ('marseystinky','Marsey',2,'smelly homeless stank poor ew yuck'),
('marseystitch','Marsey',2,'stitch yarn pixel sew sewing thread'),
('marseystocksdown','Marsey',2,'market bonds options poor'), ('marseystocksdown','Marsey',2,'market bonds options poor'),
('marseystocksup','Marsey',2,'market bonds options rich'), ('marseystocksup','Marsey',2,'market bonds options rich'),
('marseystonetoss','Marsey',2,'amogus pebblethrow nazi reaction boulderpummel'), ('marseystonetoss','Marsey',2,'amogus pebblethrow nazi reaction boulderpummel'),
@ -3834,6 +3900,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseytlsm','Marsey',2,'snake sex mating janny codecel tlsm schizocel'), ('marseytlsm','Marsey',2,'snake sex mating janny codecel tlsm schizocel'),
('marseytnt','Marsey',2,'marsey tnt minecraft boom mine craft explosive explosion dynamite'), ('marseytnt','Marsey',2,'marsey tnt minecraft boom mine craft explosive explosion dynamite'),
('marseytoad','Marsey',2,'toad smb mushroom cucked papermario mariorpg'), ('marseytoad','Marsey',2,'toad smb mushroom cucked papermario mariorpg'),
('marseytoast','Marsey',2,'food'),
('marseytoaster','Marsey',2,'appliance bread'), ('marseytoaster','Marsey',2,'appliance bread'),
('marseytoasterbath','Marsey',2,'suicide suicidal kill death bathtub electrocution electricity kms'), ('marseytoasterbath','Marsey',2,'suicide suicidal kill death bathtub electrocution electricity kms'),
('marseytoasty','Marsey',2,'homer simpsons cozy comfy bed'), ('marseytoasty','Marsey',2,'homer simpsons cozy comfy bed'),
@ -3870,6 +3937,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseytree','Marsey',2,'tree nature outdoors cosplay'), ('marseytree','Marsey',2,'tree nature outdoors cosplay'),
('marseytrickortreat','Marsey',2,'candy trick or treat halloween holiday'), ('marseytrickortreat','Marsey',2,'candy trick or treat halloween holiday'),
('marseytrickrtreat','Marsey',2,'halloween horror mask sam'), ('marseytrickrtreat','Marsey',2,'halloween horror mask sam'),
('marseytrippydance','Marsey',2,'hallucinating drugs dancing rave psychedelic'),
('marseytrogdor','Marsey',2,'burninator strongbad internet meme dragon marsdor'), ('marseytrogdor','Marsey',2,'burninator strongbad internet meme dragon marsdor'),
('marseytroll','Marsey',2,'dio diogenesjr diogenesjunior trollface reaction'), ('marseytroll','Marsey',2,'dio diogenesjr diogenesjunior trollface reaction'),
('marseytroll2','Marsey',2,'ogre horror halloween holiday monster'), ('marseytroll2','Marsey',2,'ogre horror halloween holiday monster'),
@ -3886,6 +3954,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseytrumpgrill','Marsey',2,'centrist donald ddr drumpf centrism bbq barbeque barbecue ketchup'), ('marseytrumpgrill','Marsey',2,'centrist donald ddr drumpf centrism bbq barbeque barbecue ketchup'),
('marseytrumpitsover','Marsey',2,'republican conservative red orangemanpresident election'), ('marseytrumpitsover','Marsey',2,'republican conservative red orangemanpresident election'),
('marseytrumpitsoverwereback','Marsey',2,'republican conservative red orangeman based president january steal election'), ('marseytrumpitsoverwereback','Marsey',2,'republican conservative red orangeman based president january steal election'),
('marseytrumpmugshot','Marsey',2,'prison orange jail'),
('marseytrumpwereback','Marsey',2,'republican conservative red orangemanpresident january election'), ('marseytrumpwereback','Marsey',2,'republican conservative red orangemanpresident january election'),
('marseytucker','Marsey',2,'tucker carlsen fox rightoid conservative republican television tv'), ('marseytucker','Marsey',2,'tucker carlsen fox rightoid conservative republican television tv'),
('marseytuckermilkers','Marsey',2,'tucker tits titties milkers trans teacher beachballs'), ('marseytuckermilkers','Marsey',2,'tucker tits titties milkers trans teacher beachballs'),
@ -3970,6 +4039,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyvictoria','Marsey',2,'victoria blacksouls black souls gothic maid succubus'), ('marseyvictoria','Marsey',2,'victoria blacksouls black souls gothic maid succubus'),
('marseyvictoria2','Marsey',2,'victoria blacksouls black souls gothic maid succubus horny'), ('marseyvictoria2','Marsey',2,'victoria blacksouls black souls gothic maid succubus horny'),
('marseyvietnam','Marsey',2,'army born to kill soldier war'), ('marseyvietnam','Marsey',2,'army born to kill soldier war'),
('marseyviewerstare','Marsey',2,'stare look expectant looking front frontstare ahead facingviewer'),
('marseyvirus','Marsey',2,'phage infect infection plagued'), ('marseyvirus','Marsey',2,'phage infect infection plagued'),
('marseyvivec','Marsey',2,'videogame elderscrolls morrowind gamer monk'), ('marseyvivec','Marsey',2,'videogame elderscrolls morrowind gamer monk'),
('marseyvocaloid','Marsey',2,'vocaloid hatsunemiku miku hatsune marsey silly omg'), ('marseyvocaloid','Marsey',2,'vocaloid hatsunemiku miku hatsune marsey silly omg'),
@ -4027,6 +4097,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseywindmill','Marsey',2,'headbang metal hair spinny brootal animated brutal kvlt'), ('marseywindmill','Marsey',2,'headbang metal hair spinny brootal animated brutal kvlt'),
('marseywindows','Marsey',2,'marsey windows windows10 proprietary software os'), ('marseywindows','Marsey',2,'marsey windows windows10 proprietary software os'),
('marseywinemom','Marsey',2,'drunk wine aunt flirt cigarette drunk lush elfbinn fartbinn cougar'), ('marseywinemom','Marsey',2,'drunk wine aunt flirt cigarette drunk lush elfbinn fartbinn cougar'),
('marseywingcuck','Marsey',2,'retard politics'),
('marseywink','Marsey',2,'wink reaction cheeky flirt smirk imply hint'), ('marseywink','Marsey',2,'wink reaction cheeky flirt smirk imply hint'),
('marseywink2','Marsey',2,'winking'), ('marseywink2','Marsey',2,'winking'),
('marseywinner','Marsey',2,'reaction trophy gold prize first place'), ('marseywinner','Marsey',2,'reaction trophy gold prize first place'),
@ -4056,7 +4127,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('marseyworried','Marsey',2,'monkaw anxiety sweat panic scared sweaty sweating anxious nervous stressed'), ('marseyworried','Marsey',2,'monkaw anxiety sweat panic scared sweaty sweating anxious nervous stressed'),
('marseywould','Marsey',2,'marsey would willing want cat microphone table animated'), ('marseywould','Marsey',2,'marsey would willing want cat microphone table animated'),
('marseywouldnt','Marsey',2,'disgust judgemental nasty'), ('marseywouldnt','Marsey',2,'disgust judgemental nasty'),
('marseywpdcatgirl','Marsey',2,'catgirlsey watchpeopledie anime nekojin weeb weeaboo anthro furry'),
('marseywpdrentfree','Marsey',2,'gore snuff watchpeopledie soy cuck jealousy'), ('marseywpdrentfree','Marsey',2,'gore snuff watchpeopledie soy cuck jealousy'),
('marseywraith','Marsey',2,'evil scary ghost halloween undead horror'), ('marseywraith','Marsey',2,'evil scary ghost halloween undead horror'),
('marseywrongthonk','Marsey',2,'wrongthink hmmm thinking 1984 arrested police woke notice noticing'), ('marseywrongthonk','Marsey',2,'wrongthink hmmm thinking 1984 arrested police woke notice noticing'),
@ -4218,11 +4288,12 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('ohgodwhy','Rage',2,'upset disgusted'), ('ohgodwhy','Rage',2,'upset disgusted'),
('okandgigachad','Misc',2,'gigachad'), ('okandgigachad','Misc',2,'gigachad'),
('oldwoman','Classic',2,'old typing grandmother keyboard'), ('oldwoman','Classic',2,'old typing grandmother keyboard'),
('oliverjak','Wojak',2,'richmond oliver country'),
('oliverjaksneed','Wojak',2,'richmond country oliver anthony'),
('omega','Marsey Alphabet',2,'ω'), ('omega','Marsey Alphabet',2,'ω'),
('omegacap','Marsey Alphabet',2,'Ω'), ('omegacap','Marsey Alphabet',2,'Ω'),
('omg','Classic',2,'omg animated emoticon shocked disbelief'), ('omg','Classic',2,'omg animated emoticon shocked disbelief'),
('omgeerie','Misc',2,'omg eerie zomg'), ('omgeerie','Misc',2,'omg eerie zomg'),
('onerat','Misc',2,'rat animal animated'),
('onfire','Classic',2,'fire animated emoticon ablaze'), ('onfire','Classic',2,'fire animated emoticon ablaze'),
('onfire2','Classic',2,'burn'), ('onfire2','Classic',2,'burn'),
('oo','Marsey Alphabet',2,'norwegian letter'), ('oo','Marsey Alphabet',2,'norwegian letter'),
@ -4310,7 +4381,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('pepeyikes','Misc',2,'cringe'), ('pepeyikes','Misc',2,'cringe'),
('pepezoomerhair','Misc',2,'pepe zoomer hair bird nest broccoli'), ('pepezoomerhair','Misc',2,'pepe zoomer hair bird nest broccoli'),
('percent','Marsey Alphabet',2,'%'), ('percent','Marsey Alphabet',2,'%'),
('perineumsunning','Misc',2,'perineum sunning butthole tanning weird trend infertile'),
('period','Marsey Alphabet',2,'. dot'), ('period','Marsey Alphabet',2,'. dot'),
('pervertedspiderman','Rage',2,'spiderman pervert movie'), ('pervertedspiderman','Rage',2,'spiderman pervert movie'),
('peterdead','Misc',2,'peter griffin family guy pose dead death fall cartoon meme'), ('peterdead','Misc',2,'peter griffin family guy pose dead death fall cartoon meme'),
@ -4404,7 +4474,6 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('platytrans','Platy',2,'platypus :marseytrain: train :marseytrain: rights flag valid'), ('platytrans','Platy',2,'platypus :marseytrain: train :marseytrain: rights flag valid'),
('platytuxedomask','Platy',2,'platypus sailor moon mamoru chiba roses cape'), ('platytuxedomask','Platy',2,'platypus sailor moon mamoru chiba roses cape'),
('platywave','Platy',2,'platypus hello hi bye waving'), ('platywave','Platy',2,'platypus hello hi bye waving'),
('plsnope','Misc',2,'attention attnwhore ordered'),
('plus','Marsey Alphabet',2,'+'), ('plus','Marsey Alphabet',2,'+'),
('plus2','Marsey Alphabet',2,'+'), ('plus2','Marsey Alphabet',2,'+'),
('plzdie','Classic',2,'die emoticon disagree sign'), ('plzdie','Classic',2,'die emoticon disagree sign'),
@ -4459,6 +4528,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('ratdance','Misc',2,'dancing'), ('ratdance','Misc',2,'dancing'),
('rattly','Donkey Kong',2,'donkeykong dk snake snek'), ('rattly','Donkey Kong',2,'donkeykong dk snake snek'),
('ratvibe','Misc',2,'ratso mouse dance party jamming'), ('ratvibe','Misc',2,'ratso mouse dance party jamming'),
('ravenstarfirelaughing','Misc',2,'mocking scoffing girls giggling'),
('rawr','Misc',2,'roar'), ('rawr','Misc',2,'roar'),
('rdramajanny','Wojak',2,''), ('rdramajanny','Wojak',2,''),
('rdramapatfast','Misc',2,'pet autist retard logo'), ('rdramapatfast','Misc',2,'pet autist retard logo'),
@ -4537,6 +4607,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('sher','Misc',2,'pat patting animated'), ('sher','Misc',2,'pat patting animated'),
('shmoopy','Classic',2,'eyebrows animated emoticon raise eyebrows'), ('shmoopy','Classic',2,'eyebrows animated emoticon raise eyebrows'),
('shorthairasiangirl','Wojak',2,'asian woman'), ('shorthairasiangirl','Wojak',2,'asian woman'),
('shroob','Misc',2,'game nintendo mario alien purple mushroom invader'),
('shrug','Classic',2,'shrug animated emoticon'), ('shrug','Classic',2,'shrug animated emoticon'),
('shrug2','Classic',2,'shrugging idk idc'), ('shrug2','Classic',2,'shrugging idk idc'),
('shutupmale','Misc',2,'stfu anime moidmoment guns'), ('shutupmale','Misc',2,'stfu anime moidmoment guns'),
@ -4580,12 +4651,16 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('smoke3','Classic',2,'cigarette cool'), ('smoke3','Classic',2,'cigarette cool'),
('smokering','Misc',2,'cigar smoke puff'), ('smokering','Misc',2,'cigar smoke puff'),
('smokey','Misc',2,'wpd watchpeopledie poweruser'), ('smokey','Misc',2,'wpd watchpeopledie poweruser'),
('smokeychicken','Misc',2,'fried'),
('smugblackjak','Wojak',2,'black smug superior'), ('smugblackjak','Wojak',2,'black smug superior'),
('smuggoblin','Misc',2,'wow warcraft troll'),
('smugobama','Misc',2,'obama smug smuggie sneer cope'), ('smugobama','Misc',2,'obama smug smuggie sneer cope'),
('smugtranstwitter','Wojak',2,'smug trans troon twitter tweet tranny transgender gender socialmedia social media transflag flag troons trannies transexual transgenders'), ('smugtranstwitter','Wojak',2,'smug trans troon twitter tweet tranny transgender gender socialmedia social media transflag flag troons trannies transexual transgenders'),
('sneed','Misc',2,'letters dancing animated'), ('sneed','Misc',2,'letters dancing animated'),
('sneed2','Misc',2,'game nintendo mario snifit seed twerk'),
('sneedbuddy','Misc',2,'cat sneed irl kitty'), ('sneedbuddy','Misc',2,'cat sneed irl kitty'),
('sneedcat','Misc',2,'sneed cat dancing whip gif'), ('sneedcat','Misc',2,'sneed cat dancing whip gif'),
('sniler','Misc',2,'cat smiler'),
('sniper','Classic',2,'rifle gun kill shoot'), ('sniper','Classic',2,'rifle gun kill shoot'),
('snipsnip','Misc',2,'castration scissors eggplant killallmen moidmoment'), ('snipsnip','Misc',2,'castration scissors eggplant killallmen moidmoment'),
('snooblowkiss','Misc',2,'snoo reddit kiss love heart'), ('snooblowkiss','Misc',2,'snoo reddit kiss love heart'),
@ -4623,6 +4698,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('soyjihadi','Wojak',2,'muslimchud chudmuslim chudslim muslimjak muslim islam arab terrorist terrorism alqaeda al osama bin laden binladen explode explosion caliphate has fallen hasfallen caliph inshallah alhamdulillah jihad'), ('soyjihadi','Wojak',2,'muslimchud chudmuslim chudslim muslimjak muslim islam arab terrorist terrorism alqaeda al osama bin laden binladen explode explosion caliphate has fallen hasfallen caliph inshallah alhamdulillah jihad'),
('soymad','Wojak',2,'mad rage'), ('soymad','Wojak',2,'mad rage'),
('soymario','Wojak',2,'soy soyjak soyface soylent soys soyboy soycuck cuck cuckface nintendo switch vidya video games super mario bros supermariobros manchild manchildren immature immaturity italy italian pizza mammamia mia'), ('soymario','Wojak',2,'soy soyjak soyface soylent soys soyboy soycuck cuck cuckface nintendo switch vidya video games super mario bros supermariobros manchild manchildren immature immaturity italy italian pizza mammamia mia'),
('soyno','Wojak',2,'cirno touhou soy anime libertarian japan nihon sugoi'),
('soyquack','Wojak',2,''), ('soyquack','Wojak',2,''),
('soyreddit','Wojak',2,'soy reddit'), ('soyreddit','Wojak',2,'soy reddit'),
('soyruto','Wojak',2,'soyruto soy naruto anime weeb weebshit weeaboo manga japan japanese ninja samurai martial arts soyface neckbeard soylent soyboy cuckface cuck jutsu fight fighting fighter tournament soys soynojutsu'), ('soyruto','Wojak',2,'soyruto soy naruto anime weeb weebshit weeaboo manga japan japanese ninja samurai martial arts soyface neckbeard soylent soyboy cuckface cuck jutsu fight fighting fighter tournament soys soynojutsu'),
@ -4631,6 +4707,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('soysnoo3','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'), ('soysnoo3','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'),
('soysnoo4','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'), ('soysnoo4','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'),
('soysnoo5','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'), ('soysnoo5','Wojak',2,'soy soyboy soyface soyjak snoo snoojak mascot alien reddit redditor plebbit plebbitor leddit ledditor cuck cuckface soycuck marvel mcu science disney starwars starshit soyence sciencejak'),
('soysnooseethe','Wojak',2,'wojak angry rage tantrum reee pedo janny redditor'),
('space','Marsey Alphabet',2,'letter'), ('space','Marsey Alphabet',2,'letter'),
('spam','Classic',2,'spamming'), ('spam','Classic',2,'spamming'),
('spank','Classic',2,'spank animated emoticon bdsm german'), ('spank','Classic',2,'spank animated emoticon bdsm german'),
@ -4770,6 +4847,10 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('toadcrying','Misc',2,'sad game nintendo mario distraught'), ('toadcrying','Misc',2,'sad game nintendo mario distraught'),
('toatswaifu','Misc',2,'soundofmusic uzi shooting gun'), ('toatswaifu','Misc',2,'soundofmusic uzi shooting gun'),
('toddhoward','Misc',2,'gamer vidya video skyrim bethesda fallout elder scrolls oblivion morrowind'), ('toddhoward','Misc',2,'gamer vidya video skyrim bethesda fallout elder scrolls oblivion morrowind'),
('toddhowardangry','Misc',2,'skyrim bethesda starfield'),
('toddhowardberserk','Misc',2,'skyrim bethesda starfield'),
('toddhowardgrin','Misc',2,'skyrim bethesda starfield'),
('toddhowardrage','Misc',2,'skyrim bethesda starfield'),
('tomatothrow','Classic',2,'hate contempt'), ('tomatothrow','Classic',2,'hate contempt'),
('tomboy','Wojak',2,'trans'), ('tomboy','Wojak',2,'trans'),
('tongueout','Classic',2,'tongue emoticon blep'), ('tongueout','Classic',2,'tongue emoticon blep'),
@ -4855,6 +4936,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('wine','Classic',2,'goblet glass alcoholic'), ('wine','Classic',2,'goblet glass alcoholic'),
('wingcucks','Misc',2,'horseshoe theory wingcuck wingcucks wingcuckery left right farleft farright leftwing rightwing wing leftoid rightoid rightard leftard horse shoe hitler sjw foid nazi nazis nazism fascist fascism'), ('wingcucks','Misc',2,'horseshoe theory wingcuck wingcucks wingcuckery left right farleft farright leftwing rightwing wing leftoid rightoid rightard leftard horse shoe hitler sjw foid nazi nazis nazism fascist fascism'),
('wink','Classic',2,'wink emoticon winking secret'), ('wink','Classic',2,'wink emoticon winking secret'),
('wishthatwereme','Misc',2,'god'),
('witch','Classic',2,'witch animated magic broom fly monster'), ('witch','Classic',2,'witch animated magic broom fly monster'),
('witheredricefarmer','Wojak',2,'rice farmer tired old decrepit'), ('witheredricefarmer','Wojak',2,'rice farmer tired old decrepit'),
('wizard','Classic',2,'wizard animated magic staff gandalf'), ('wizard','Classic',2,'wizard animated magic staff gandalf'),
@ -4863,6 +4945,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
('wolfangry','Wolf',2,'angry'), ('wolfangry','Wolf',2,'angry'),
('wolfbackstab','Wolf',2,'wolfbackstab wolf marseybackstab backstab stab back marseywolf zombiewolf zombie shittyfuckingemojiimadejustforthebadge'), ('wolfbackstab','Wolf',2,'wolfbackstab wolf marseybackstab backstab stab back marseywolf zombiewolf zombie shittyfuckingemojiimadejustforthebadge'),
('wolfbane','Wolf',2,'darkness edgy mask extremely painful'), ('wolfbane','Wolf',2,'darkness edgy mask extremely painful'),
('wolfbarbarossa','Wolf',2,'frederick german king dead death barrel crusade vinegar history'),
('wolfbikini','Wolf',2,'horror furry'), ('wolfbikini','Wolf',2,'horror furry'),
('wolfbootlicker','Wolf',2,'dramarama'), ('wolfbootlicker','Wolf',2,'dramarama'),
('wolfbrainlet','Wolf',2,'retard stupid idiot'), ('wolfbrainlet','Wolf',2,'retard stupid idiot'),

View File

@ -1019,8 +1019,6 @@ INSERT INTO public.hat_defs VALUES (1238, 'Gemmed', 'Who gave you glue?', 2, 500
INSERT INTO public.hat_defs VALUES (1220, 'Chained Border', '?????', 2, 500, NULL, 1686289778); INSERT INTO public.hat_defs VALUES (1220, 'Chained Border', '?????', 2, 500, NULL, 1686289778);
INSERT INTO public.hat_defs VALUES (1237, 'Carnival Hat', 'The glasses... are on the hat.', 2, 500, NULL, 1687286069); INSERT INTO public.hat_defs VALUES (1237, 'Carnival Hat', 'The glasses... are on the hat.', 2, 500, NULL, 1687286069);
INSERT INTO public.hat_defs VALUES (1213, 'Secret Crack', 'Oh hi… AH', 2, 1000, NULL, 1686288898); INSERT INTO public.hat_defs VALUES (1213, 'Secret Crack', 'Oh hi… AH', 2, 1000, NULL, 1686288898);
INSERT INTO public.hat_defs VALUES (1236, 'Trust me I am a doctor', 'A doctorate in math!', 2, 500, NULL, 1687285606); INSERT INTO public.hat_defs VALUES (1236, 'Trust me I am a doctor', 'A doctorate in math!', 2, 500, NULL, 1687285606);
INSERT INTO public.hat_defs VALUES (1235, 'Brush Teeth', 'Brush your damn teeth. Your breath stinks.', 2, 1000, NULL, 1687285476); INSERT INTO public.hat_defs VALUES (1235, 'Brush Teeth', 'Brush your damn teeth. Your breath stinks.', 2, 1000, NULL, 1687285476);
INSERT INTO public.hat_defs VALUES (1233, 'The Beheaded', 'Be one with the rogue-like and die many, many, many times!', 2, 500, NULL, 1687285192); INSERT INTO public.hat_defs VALUES (1233, 'The Beheaded', 'Be one with the rogue-like and die many, many, many times!', 2, 500, NULL, 1687285192);
@ -1064,7 +1062,11 @@ INSERT INTO public.hat_defs VALUES (1332, 'Mugshot Solid', 'Trump mugshot emblem
INSERT INTO public.hat_defs VALUES (1327, 'beard', 'Showing off my MANLINESS.', 2, 500, NULL, 1692294921); INSERT INTO public.hat_defs VALUES (1327, 'beard', 'Showing off my MANLINESS.', 2, 500, NULL, 1692294921);
INSERT INTO public.hat_defs VALUES (1325, 'Sutton Hoo helmet', 'A symbol of its owner''s power and prestige!', 2, 500, NULL, 1692294300); INSERT INTO public.hat_defs VALUES (1325, 'Sutton Hoo helmet', 'A symbol of its owner''s power and prestige!', 2, 500, NULL, 1692294300);
INSERT INTO public.hat_defs VALUES (1323, 'love hands', 'No matter what this user will always love you!', 2, 1000, NULL, 1692291028); INSERT INTO public.hat_defs VALUES (1323, 'love hands', 'No matter what this user will always love you!', 2, 1000, NULL, 1692291028);
INSERT INTO public.hat_defs VALUES (1338, 'The Pilot', 'It''s over the clouds, where the freedom is endless', 2, 500, NULL, 1694582662);
INSERT INTO public.hat_defs VALUES (1335, 'DoubleAntichrist', 'United United Nations Nations', 2, 500, NULL, 1694404303);
INSERT INTO public.hat_defs VALUES (1334, 'Quindarious Gooch', 'Rent''s due', 2, 500, NULL, 1693542770);
INSERT INTO public.hat_defs VALUES (1241, 'Floyette Originals (blue)', 'Is that really to keep the sun out of your eyes, or are you just extra?', 2, 500, NULL, 1687287039);
INSERT INTO public.hat_defs VALUES (1240, 'Floyette Originals (purple)', 'Looking very stylish with your fancy cowboy hat.', 2, 500, NULL, 1687286967);
INSERT INTO public.hat_defs VALUES (1322, 'Butthead', '"Eh, this website sucks, ehuhuh ehuhuh."', 2, 500, NULL, 1692085079); INSERT INTO public.hat_defs VALUES (1322, 'Butthead', '"Eh, this website sucks, ehuhuh ehuhuh."', 2, 500, NULL, 1692085079);
INSERT INTO public.hat_defs VALUES (1321, 'Beavis', '"GIVE ME TP FOR MY BUNGHOLE!"', 2, 500, NULL, 1692085009); INSERT INTO public.hat_defs VALUES (1321, 'Beavis', '"GIVE ME TP FOR MY BUNGHOLE!"', 2, 500, NULL, 1692085009);
INSERT INTO public.hat_defs VALUES (1320, 'The Master', '"So what shall it be? Do you join the Unity, or do you die here? Join! Die! Join! Die!"', 2, 500, NULL, 1691983112); INSERT INTO public.hat_defs VALUES (1320, 'The Master', '"So what shall it be? Do you join the Unity, or do you die here? Join! Die! Join! Die!"', 2, 500, NULL, 1691983112);
@ -1102,13 +1104,14 @@ INSERT INTO public.hat_defs VALUES (1277, 'Fuck off', 'FUCK OFFFFFF', 2, 1000, N
INSERT INTO public.hat_defs VALUES (1271, 'Fire Aura', 'RELEASE YOUR INNER RAGE!', 2, 500, NULL, 1687832669); INSERT INTO public.hat_defs VALUES (1271, 'Fire Aura', 'RELEASE YOUR INNER RAGE!', 2, 500, NULL, 1687832669);
INSERT INTO public.hat_defs VALUES (1270, 'Dark Aura', 'Let your inner troll OUT!', 2, 500, NULL, 1687832646); INSERT INTO public.hat_defs VALUES (1270, 'Dark Aura', 'Let your inner troll OUT!', 2, 500, NULL, 1687832646);
INSERT INTO public.hat_defs VALUES (1269, 'Rainbowfriends Hat', 'This user is special needs. No ands ifs or buts about it.', 2, 500, NULL, 1687832169); INSERT INTO public.hat_defs VALUES (1269, 'Rainbowfriends Hat', 'This user is special needs. No ands ifs or buts about it.', 2, 500, NULL, 1687832169);
INSERT INTO public.hat_defs VALUES (1336, 'TripleAntichrist', 'There once was a man feeling blue, who stacked helmets: not one but two. He added a third, which seemed quite absurd. His cat said "This headache''s for you!"', 2, 500, NULL, 1694405435);
-- --
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
-- --
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1334, true); SELECT pg_catalog.setval('public.hat_defs_id_seq', 1338, true);
-- --