master
SneedBot 2024-06-09 20:00:18 +00:00
parent 6ab1c02d8f
commit c26c43f567
1 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ INSERT INTO public.badge_defs VALUES (341, '3 Years Old 🥰🥰🥰', 'This use
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 (342, '3rd Birthgay Bash Survivor', 'Awarded for surviving rDrama''s third annual Birthgay Bash', 1716230542);
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 (344, 'Summer of PRIDE Celebrator', 'Ensured GloboHomo World Domination during the Summer of Pride!', 1717954486);
INSERT INTO public.badge_defs VALUES (176, 'Fish Of The Year', 'Awarded for outstanding achievement in the field of achievement. Well done!', 1663340894);
INSERT INTO public.badge_defs VALUES (177, 'Sweatshop Laborer', 'lmao thanks retard', 1663616592);
INSERT INTO public.badge_defs VALUES (178, 'Marseyhypebeast', 'This user owns OFFICIAL MARSEY MERCH and has waaaaay more sex than you.', 1663616913);
@ -306,7 +307,7 @@ INSERT INTO public.badge_defs VALUES (73, 'Le Rich Gentlesir', 'Spent a fucking
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.badge_defs_id_seq', 343, true);
SELECT pg_catalog.setval('public.badge_defs_id_seq', 344, true);
--