DuckySoLucky / hypixel-discord-chat-bridge

A two-way chat bridge between Hypixel guild chat and a Discord channel. The application utilizes discord.js v14 for communicating with Discord, and mineflayer for communicating with Hypixel.
47 stars 39 forks source link

[Pixelic-API] Path Changes + Register Fix #156

Closed Pixelicc closed 1 year ago

Pixelicc commented 1 year ago

Future proofed the daily/weekly/monthly paths as they will now be formatted like /player/pixelic/daily instead of /player/daily/pixelic which for other paths continues to make them longer and longer like /player/historical/all/pixelic which now is only /player/pixelic/all. In addition to that I also fixed your register requests + added the corresponding reply for the 409 error code.