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,
  // bttv
  ":tf:": 325,
  CiGrip: 697,
  DatSauce: 903,
  ForeverAlone: 663,
  GabeN: 497,
  HailHelix: 447,
  ShoopDaWhoop: 502,
  "M&Mjc": 196,
  bttvNice: 558,
  TwaT: 176,
  WatChuSay: 947,
  tehPoleCat: 611,
  TaxiBro: 527,
  BroBalt: 384,
  CandianRage: 431,
  "D:": 192,
  VisLaud: 966,
  KaRappa: 247,
  FishMoley: 276,
  Hhhehehe: 945,
  KKona: 596,
  PoleDoge: 485,
  sosGame: 473,
  CruW: 591,
  RarePepe: 866,
  haHAA: 979,
  FeelsBirthdayMan: 536,
  RonSmug: 776,
  KappaCool: 777,
  FeelsBadMan: 483,
  bUrself: 934,
  ConcernDoge: 520,
  FeelsGoodMan: 202,
  FireSpeed: 82,
  NaM: 412,
  SourPls: 231,
  FeelsSnowMan: 639,
  FeelsSnowyMan: 929,
  LuL: 603,
  SoSnowy: 647,
  SaltyCorn: 486,
  monkaS: 189,
  VapeNation: 570,
  ariW: 926,
  notsquishY: 438,
  FeelsAmazingMan: 92,
  DuckerZ: 417,
  IceCold: 21,
  SqShy: 84,
  Wowee: 533,
  WubTF: 494,
  cvR: 913,
  cvL: 337,
  cvHazmat: 599,
  cvMask: 423,
  DogChamp: 947,
  annytfBanana: 730,
  annySaur: 236,
  annytfBlink: 108,
  AnnySilly: 469,
  annyBlankies: 747,
  annyHop: 861,
  annyHopper: 941,
  annyTeaTime: 398,
  annyD: 530,
  annyDVibe: 907,
  annyDHyper: 451,
  annyDFast: 117,
  KissaVei: 158,
  Annie: 597,
  annyPls: 91,
  // ffz
  monkaW: 969,
  "5Head": 750,
  Prayge: 434,
  PauseChamp: 903,
  Pepega: 817,
  TWINGO: 256,
  PepeHands: 190,
  monkaTOS: 146,
  monkaHmm: 549,
  Dolan: 536,
  SmileW: 166,
  ABABABABA: 95,
  peepoBlanket: 798,
  pikachuS: 715,
  AYAYAHyper: 164,
  YEP: 371,
  widepeepoBlanket: 100,
  HandsUp: 684,
  peepoSad: 167,
  HyperKorone: 456,
  AYAYA: 503,
  forsenCD: 344,
  Hahaa: 291,
  LULW: 463,
  WICKED: 133,
  EZY: 494,
  OkayChamp: 950,
  PepegaPig: 217,
  POGGIES: 487,
  peepoWTF: 734,
  ConfusedCat: 508,
  PainPeko: 433,
  KKrikey: 235,
  COPIUM: 582,
  Madge: 595,
  Catge: 811,
  stopbeingMean: 522,
  NOPE: 262,
  OMEGALUL: 648,
  AYAYAY: 725,
  PogO: 548,
  Sadge: 41,
  PepegaPhone: 800,
  Widega: 543,
  ZrehplaR: 23,
  YooHoo: 617,
  ManChicken: 588,
  BeanieHipster: 480,
  CatBag: 253,
  ZreknarF: 143,
  LilZ: 952,
  ZliL: 662,
  LaterSooner: 375,
  BORT: 738,
  OBOY: 942,
  OiMinna: 354,
  AndKnuckles: 828,
  // twitch
  annytfRaid: 493,
  annytfNote: 893,
  annytfPout: 971,
  annytfAyaya: 180,
  annytfPika: 328,
  annytfPrime: 830,
  annytfLewd: 314,
  annytfRave: 615,
  annytfLurk: 898,
  annytfPog: 958,
  annytfD: 759,
  annytfCry: 399,
  annytfHeart: 472,
  annytfSad: 390,
  annytfMelt: 157,
  annytfWICKED: 94,
  annytfCheer: 780,
  annytfREEE: 272,
  annytfLUL: 122,
  annytfScuffed: 318,
  annytfAngy: 677,
  annytfHug: 826,
  annytfCool: 121,
  annytfPain: 16,
  annytfBonk: 949,
  annytfKnuckles: 182,
  annytfSigh: 220,
  annytfWoah: 582,
  annytfBite: 580,
  annytfSilly: 837,
  annytfWow: 381,
  annytfPray: 438,
  annytfPats: 410,
  annytfGasm: 822,
  annytfSit: 39,
  annytfFlower: 137,
  annytfLeave: 819,
  annytfGamba: 847,
  annytfLuv: 483,
  annytfHarucchiHug: 142,
  annytfAnnE: 324,
  annytfDinkDonk: 380,
  annytfAhriluv: 232,
  annytfW: 101,
  annytfWoke: 145,
  annytfBedge: 409,
  annytfBusiness: 142,
  annytfPeek: 98,
  annytfDonowall: 581,
  NewRecord: 836,
  Awwdible: 794,
  Lechonk: 567,
  Getcamped: 378,
  SUBprise: 580,
  FallHalp: 95,
  FallCry: 450,
  FallWinning: 261,
  MechaRobot: 984,
  ImTyping: 993,
  Shush: 506,
  MyAvatar: 41,
  PizzaTime: 330,
  LaundryBasket: 852,
  ModLove: 683,
  PotFriend: 605,
  Jebasted: 72,
  PogBones: 761,
  PoroSad: 357,
  KEKHeim: 290,
  CaitlynS: 874,
  HarleyWink: 244,
  WhySoSerious: 705,
  DarkKnight: 101,
  FamilyMan: 278,
  RyuChamp: 814,
  HungryPaimon: 920,
  TransgenderPride: 409,
  PansexualPride: 707,
  NonbinaryPride: 866,
  LesbianPride: 763,
  IntersexPride: 136,
  GenderFluidPride: 73,
  GayPride: 471,
  BisexualPride: 163,
  AsexualPride: 533,
  PogChamp: 898,
  GlitchNRG: 877,
  GlitchLit: 45,
  StinkyGlitch: 697,
  GlitchCat: 208,
  FootGoal: 542,
  FootYellow: 297,
  FootBall: 679,
  BlackLivesMatter: 637,
  ExtraLife: 394,
  VirtualHug: 452,
  "R-)": 779,
  "R)": 242,
  ";-p": 911,
  ";p": 168,
  ";-P": 584,
  ";P": 571,
  ":-p": 758,
  ":p": 709,
  ":-P": 137,
  ":P": 602,
  ";-)": 349,
  ";)": 745,
  ":-\\": 30,
  ":\\": 725,
  ":-/": 403,
  ":/": 187,
  "<3": 51,
  ":-o": 622,
  ":o": 384,
  ":-O": 994,
  ":O": 629,
  "8-)": 881,
  "B-)": 390,
  "B)": 489,
  "o.o": 570,
  o_o: 738,
  "o.O": 287,
  o_O: 168,
  "O.O": 452,
  O_O: 33,
  "O.o": 187,
  O_o: 513,
  ":-Z": 729,
  ":Z": 762,
  ":-z": 658,
  ":z": 526,
  ":-|": 978,
  ":|": 224,
  ">(": 141,
  ":-D": 699,
  ":D": 926,
  ":-(": 864,
  ":-)": 141,
  BOP: 826,
  SingsNote: 46,
  SingsMic: 347,
  TwitchSings: 419,
  SoonerLater: 187,
  HolidayTree: 822,
  HolidaySanta: 340,
  HolidayPresent: 830,
  HolidayLog: 251,
  HolidayCookie: 105,
  GunRun: 899,
  PixelBob: 829,
  FBPenalty: 123,
  FBChallenge: 645,
  FBCatch: 769,
  FBBlock: 284,
  FBSpiral: 633,
  FBPass: 365,
  FBRun: 688,
  MaxLOL: 17,
  TwitchRPG: 258,
  PinkMercy: 369,
  MercyWing2: 2,
  MercyWing1: 546,
  PartyHat: 581,
  EarthDay: 649,
  TombRaid: 904,
  PopCorn: 485,
  FBtouchdown: 621,
  TPFufun: 321,
  TwitchVotes: 858,
  DarkMode: 90,
  HSWP: 729,
  HSCheers: 802,
  PowerUpL: 88,
  PowerUpR: 616,
  LUL: 958,
  EntropyWins: 639,
  TPcrunchyroll: 286,
  TwitchUnity: 349,
  Squid4: 548,
  Squid3: 113,
  Squid2: 768,
  Squid1: 649,
  CrreamAwk: 186,
  CarlSmile: 822,
  TwitchLit: 125,
  TehePelo: 124,
  TearGlove: 354,
  SabaPing: 94,
  PunOko: 145,
  KonCha: 656,
  Kappu: 597,
  InuyoFace: 434,
  BigPhish: 169,
  BegWan: 621,
  ThankEgg: 391,
  MorphinTime: 106,
  TheIlluminati: 531,
  TBAngel: 925,
  MVGame: 873,
  NinjaGrumpy: 345,
  PartyTime: 773,
  RlyTho: 830,
  UWot: 265,
  YouDontSay: 744,
  KAPOW: 757,
  ItsBoshyTime: 605,
  CoolStoryBob: 193,
  TriHard: 121,
  SuperVinlin: 500,
  FreakinStinkin: 860,
  Poooound: 411,
  CurseLit: 318,
  BatChest: 642,
  BrainSlug: 48,
  PrimeMe: 619,
  StrawBeary: 813,
  RaccAttack: 172,
  UncleNox: 583,
  WTRuck: 118,
  TooSpicy: 761,
  Jebaited: 363,
  DogFace: 911,
  BlargNaut: 148,
  TakeNRG: 27,
  GivePLZ: 581,
  imGlitch: 514,
  pastaThat: 48,
  copyThis: 426,
  UnSane: 97,
  DatSheffy: 289,
  TheTarFu: 818,
  PicoMause: 570,
  TinyFace: 31,
  DxCat: 538,
  RuleFive: 903,
  VoteNay: 113,
  VoteYea: 223,
  PJSugar: 11,
  DoritosChip: 187,
  OpieOP: 977,
  FutureMan: 893,
  ChefFrank: 481,
  StinkyCheese: 419,
  NomNom: 162,
  SmoocherZ: 863,
  cmonBruh: 93,
  KappaWealth: 776,
  MikeHogu: 497,
  VoHiYo: 646,
  KomodoHype: 295,
  SeriousSloth: 379,
  OSFrog: 807,
  OhMyDog: 124,
  KappaClaus: 209,
  KappaRoss: 298,
  MingLee: 338,
  SeemsGood: 89,
  twitchRaid: 258,
  bleedPurple: 949,
  duDudu: 442,
  riPepperonis: 192,
  NotLikeThis: 838,
  DendiFace: 534,
  CoolCat: 995,
  KappaPride: 915,
  ShadyLulu: 372,
  ArgieB8: 267,
  CorgiDerp: 511,
  PraiseIt: 557,
  TTours: 122,
  mcaT: 154,
  NotATK: 388,
  HeyGuys: 453,
  Mau5: 421,
  PRChase: 443,
  WutFace: 20,
  BuddhaBar: 622,
  PermaSmug: 769,
  panicBasket: 285,
  BabyRage: 315,
  HassaanChop: 246,
  TheThing: 890,
  EleGiggle: 284,
  RitzMitz: 671,
  YouWHY: 796,
  PipeHype: 343,
  BrokeBack: 440,
  ANELE: 156,
  PanicVis: 865,
  GrammarKing: 77,
  PeoplesChamp: 634,
  SoBayed: 700,
  BigBrother: 657,
  Keepo: 800,
  Kippa: 835,
  RalpherZ: 322,
  TF2John: 862,
  ThunBeast: 408,
  WholeWheat: 193,
  DAESuppy: 787,
  FailFish: 395,
  HotPokket: 399,
  ResidentSleeper: 460,
  FUNgineer: 747,
  PMSTwin: 830,
  ShazBotstix: 315,
  BibleThump: 278,
  AsianGlow: 461,
  DBstyle: 968,
  BloodTrail: 687,
  OneHand: 801,
  FrankerZ: 893,
  SMOrc: 727,
  ArsonNoSexy: 99,
  PunchTrees: 762,
  SSSsss: 800,
  Kreygasm: 413,
  KevinTurtle: 111,
  PJSalt: 115,
  SwiftRage: 251,
  DansGame: 46,
  GingerPower: 762,
  BCWarrior: 409,
  MrDestructoid: 811,
  JonCarnage: 359,
  Kappa: 40,
  RedCoat: 789,
  TheRinger: 669,
  StoneLightning: 867,
  OptimizePrime: 654,
  JKanStyle: 655,
  ":)": 594,
};

export { fakePrices };