340 lines
5.9 KiB
TypeScript
340 lines
5.9 KiB
TypeScript
import type { NextApiRequest, NextApiResponse } from "next";
|
|
|
|
type Data = {
|
|
[key: string]: any;
|
|
};
|
|
|
|
export default async function handler(
|
|
req: NextApiRequest,
|
|
res: NextApiResponse<Data>
|
|
) {
|
|
const emote = req.query.emote ? (req.query.emote as string) : undefined;
|
|
if (!emote) {
|
|
res.status(200).json({ data: fakePrices });
|
|
return;
|
|
}
|
|
res.status(200).json({ data: fakePrices[emote] });
|
|
}
|
|
|
|
const fakePrices: { [key: string]: number } = {
|
|
"3Head": 521,
|
|
"4Health": 801,
|
|
":3": 104,
|
|
":(": 799,
|
|
AAAA: 717,
|
|
AAAAUUUUUUGHHHHHHH: 342,
|
|
AINTNAURWAY: 195,
|
|
AREYOUAFEMBOY: 135,
|
|
AREYOUAGIRL: 494,
|
|
AYAYAjam: 907,
|
|
Adge: 646,
|
|
AlienPls3: 460,
|
|
Amonge: 608,
|
|
AngelThump: 195,
|
|
AnnyLebronJam: 967,
|
|
Aware: 571,
|
|
BAND: 472,
|
|
BASED: 794,
|
|
BEGGING: 365,
|
|
BLUBBERS: 211,
|
|
BLUBBERSWTF: 713,
|
|
BOOBEST: 107,
|
|
BOTHA: 472,
|
|
BRUHgers: 536,
|
|
Baby: 927,
|
|
Binoculars: 441,
|
|
Blindge: 426,
|
|
BocchiPossessed: 545,
|
|
Bruhgi: 779,
|
|
CEASE: 708,
|
|
COCKA: 656,
|
|
CapybaraStare: 295,
|
|
CatChest: 267,
|
|
ChadMeeting: 454,
|
|
Chatting: 330,
|
|
ChugU: 661,
|
|
Clueless: 888,
|
|
Coldge: 314,
|
|
Comfi: 187,
|
|
Copege: 841,
|
|
Corpa: 536,
|
|
CumTime: 199,
|
|
DIESOFAYAYA: 657,
|
|
DIESOFCRINGE: 320,
|
|
DONUT: 57,
|
|
Danki: 864,
|
|
Deadge: 322,
|
|
Despairge: 437,
|
|
Deutschge: 626,
|
|
EDM: 572,
|
|
FLASHBANG: 308,
|
|
FeelsWeakMan: 88,
|
|
Fishinge: 956,
|
|
Flushed: 290,
|
|
FluteTime: 557,
|
|
GOODONE: 804,
|
|
GachiPls: 415,
|
|
Gambage: 876,
|
|
Gayge: 434,
|
|
GetOutOfMyHead: 338,
|
|
GoodGirl: 761,
|
|
GroupWankge: 540,
|
|
GuysRefreshChatterinoIUploadedAnotherEmote: 677,
|
|
HACKERMANS: 85,
|
|
HUH: 582,
|
|
HYPERS: 142,
|
|
Homi: 745,
|
|
HopOnBlueArchive: 386,
|
|
IDC: 277,
|
|
ILOST: 894,
|
|
JIGACHAD: 865,
|
|
Jamgie: 156,
|
|
Jammies: 308,
|
|
Joel: 586,
|
|
KEKW: 356,
|
|
KKool: 821,
|
|
KoroneOkite: 90,
|
|
LETHIMCOOK: 940,
|
|
LICKA: 866,
|
|
LUBBERS: 808,
|
|
LULE: 244,
|
|
Lagging: 314,
|
|
LickAnnyThighs: 66,
|
|
Life: 894,
|
|
LoveForever: 21,
|
|
MODS: 180,
|
|
MYHEART: 122,
|
|
MaN: 181,
|
|
MadgeJuice: 926,
|
|
MadgeTime: 481,
|
|
Madgeclap: 534,
|
|
Malding: 940,
|
|
Maxwell: 656,
|
|
MyHonestReaction: 314,
|
|
NAUR: 93,
|
|
NGOthis: 454,
|
|
NOBOOBS: 855,
|
|
NODDERS: 836,
|
|
NOTED: 293,
|
|
Naruga: 572,
|
|
Naruge: 872,
|
|
Nerdge: 46,
|
|
NessieTwerk: 666,
|
|
OFFLINECHAT: 780,
|
|
OMEGA: 934,
|
|
OMG: 631,
|
|
"OhTheMiseryEverybodyWantsToBeMyEnemySpareTheSympathyEverybodyWantsToBeMyEnemy-y-y-y-y": 798,
|
|
Okayeg: 485,
|
|
OkaygeBusiness: 493,
|
|
Oldge: 763,
|
|
OrangexddRun: 96,
|
|
PEPELEPSY: 122,
|
|
PLEASE: 607,
|
|
PagMan: 775,
|
|
PantsGrab: 503,
|
|
Party: 181,
|
|
PeepoKittyHug: 360,
|
|
PensiveWobble: 843,
|
|
PepeClown: 384,
|
|
PepeNPC: 131,
|
|
Pepepains: 105,
|
|
PepoG: 987,
|
|
PogOanny: 14,
|
|
PogTasty: 211,
|
|
PogU: 245,
|
|
Pogpega: 902,
|
|
PokiShare: 274,
|
|
Poorge: 789,
|
|
PoroRoast: 199,
|
|
Programming: 161,
|
|
RAGEY: 322,
|
|
RAVE: 67,
|
|
RESETTING: 749,
|
|
RIDING: 364,
|
|
RIPBOZO: 638,
|
|
Ratge: 981,
|
|
SCHIZO: 457,
|
|
SHITUP: 643,
|
|
SNIFFA: 220,
|
|
SPEED: 956,
|
|
SadCat: 747,
|
|
Sadeg: 313,
|
|
SadgeCry: 869,
|
|
SaguiPls: 363,
|
|
Siti: 396,
|
|
Smadge: 222,
|
|
SmugCat: 447,
|
|
SnowTime: 545,
|
|
SoCute: 317,
|
|
Spoopy: 281,
|
|
Suske: 642,
|
|
THESE: 401,
|
|
THIS: 311,
|
|
Tasty: 530,
|
|
ThisStream: 497,
|
|
TouchGrass: 608,
|
|
TurtleRush: 608,
|
|
UOHHH: 426,
|
|
VIBE: 939,
|
|
VIBEOFF: 36,
|
|
VaN: 479,
|
|
VeryBased: 456,
|
|
ViolinTime: 406,
|
|
WHAT: 941,
|
|
WHOMEGALUL: 804,
|
|
WakuWaku: 221,
|
|
WeebRun: 582,
|
|
WhoAsked: 459,
|
|
Wickedgi: 870,
|
|
Wigglecat: 649,
|
|
Wokege: 377,
|
|
YourMom: 939,
|
|
amongnnE: 142,
|
|
annE: 552,
|
|
annie: 292,
|
|
annyBlob: 471,
|
|
annyBop: 749,
|
|
annyCD: 673,
|
|
annyCucumber: 689,
|
|
annyDespair: 736,
|
|
annyExcitedHug: 926,
|
|
annyGAMBA: 885,
|
|
annyGasm: 49,
|
|
annyGlare: 462,
|
|
annyHappy: 960,
|
|
annyHug: 979,
|
|
annyJam: 544,
|
|
annyLava: 288,
|
|
annyNODDERS: 730,
|
|
annyNOW: 68,
|
|
annyOffline: 241,
|
|
annyPadoru: 453,
|
|
annyPag: 377,
|
|
annyPoggies: 729,
|
|
annyPooPoo: 295,
|
|
annySCHIZO: 766,
|
|
annySmile: 467,
|
|
annySussy: 695,
|
|
annySwipe: 992,
|
|
annyTalk: 951,
|
|
annyThighs: 458,
|
|
annyVibe: 914,
|
|
annykiss: 308,
|
|
annysilly: 996,
|
|
annystare: 34,
|
|
annytfCum: 27,
|
|
anyaPls: 322,
|
|
anyatf: 58,
|
|
baseg: 551,
|
|
borpaSpin: 793,
|
|
burh: 716,
|
|
catKISS: 88,
|
|
catRAVE: 912,
|
|
catbaby: 673,
|
|
chatlookwhatannytaughtme: 515,
|
|
danse: 213,
|
|
deadass: 815,
|
|
degen: 551,
|
|
dejj: 843,
|
|
donowall: 660,
|
|
dvaAss: 871,
|
|
elmoFire: 117,
|
|
ewLeague: 240,
|
|
ewOverwatch: 397,
|
|
forsen: 482,
|
|
forsenGa: 327,
|
|
forsenGaPick: 149,
|
|
forsenLaughingAtYou: 292,
|
|
frenn: 575,
|
|
golive: 103,
|
|
guraFukkireta: 767,
|
|
guraWiggle: 132,
|
|
guraWink: 891,
|
|
happ: 525,
|
|
heCrazy: 437,
|
|
hiThere: 54,
|
|
hmmMeeting: 749,
|
|
iAsked: 203,
|
|
jupijej: 207,
|
|
kiss0: 738,
|
|
kok: 313,
|
|
koklick: 990,
|
|
koroneWink: 824,
|
|
lebronJAM: 890,
|
|
liccanny: 205,
|
|
lobaPls: 436,
|
|
majj: 813,
|
|
meow: 757,
|
|
monkaE: 376,
|
|
monkaLaugh: 335,
|
|
nekoNya: 948,
|
|
nessieWalk: 672,
|
|
nise: 658,
|
|
nyanPls: 330,
|
|
pL: 38,
|
|
paapoHappy: 126,
|
|
peepoCat: 673,
|
|
peepoClap: 772,
|
|
peepoFAT: 408,
|
|
peepoFeet: 909,
|
|
peepoFinger: 185,
|
|
peepoFlower: 569,
|
|
peepoFlute: 361,
|
|
peepoHeadbang: 615,
|
|
peepoHigh: 125,
|
|
peepoLeaveToAnny: 711,
|
|
peepoPag: 101,
|
|
peepoPopcorn: 234,
|
|
peepoRant: 628,
|
|
peepoRiot: 874,
|
|
peepoSnow: 90,
|
|
peepoStuck: 188,
|
|
peepoTalk: 452,
|
|
pepeKneel: 87,
|
|
pepePoint: 641,
|
|
pepegaJAMMER: 603,
|
|
plink: 892,
|
|
poggcrazy: 319,
|
|
pogs: 829,
|
|
poroPls: 87,
|
|
ppHop: 589,
|
|
ppHopper: 843,
|
|
ppPoof: 188,
|
|
sadWankge: 300,
|
|
sajj: 44,
|
|
sitt: 450,
|
|
soncic: 483,
|
|
sonic: 464,
|
|
squirrelJAM: 431,
|
|
toffee1: 591,
|
|
toffee2: 51,
|
|
toffee3: 3,
|
|
toffeeBlankies: 249,
|
|
toffeeBop: 801,
|
|
toffeeChat: 405,
|
|
toffeeClap: 552,
|
|
toffeeComfy: 383,
|
|
toffeeConfused: 548,
|
|
toffeeDinkDonk: 782,
|
|
toffeePat: 235,
|
|
toffeeTap: 815,
|
|
vp: 113,
|
|
wideVIBE: 972,
|
|
wideannyBop: 866,
|
|
widepeepoHappy: 969,
|
|
widepeepoMASTURBATION77769420GANGSHITNOMOREFORTNITE19DOLLERFORTNITECARD: 846,
|
|
xQchatting: 196,
|
|
xdd666: 700,
|
|
xddfdhjsd0f76ds5r26FDSFHD88hjdbsa67vr7xlLLhdsgfcxz632nkDFSGATVMVLN8CXFJJMVMMMM111111111111111111111: 866,
|
|
xdding: 735,
|
|
xqcCoomer: 397,
|
|
xqcGoofy: 360,
|
|
xqcRecord: 773,
|
|
xqcTwerk: 531,
|
|
yayAnny: 437,
|
|
yoshiJAM: 137,
|
|
zSpooky: 350,
|
|
zyzzBass: 680,
|
|
};
|
|
|
|
export { fakePrices };
|