Quaver / api-v2

The new v2 API server for Quaver.
https://api.quavergame.com/v2/
GNU Affero General Public License v3.0
4 stars 0 forks source link

Implement notifications for ranked clan maps #100

Closed Swan closed 1 month ago

Swan commented 1 month ago
  1. Clan Map Ranked

Text: :map_name by :creator_username has been clan ranked.

{
  "data": {
    "map_id": 1,
    "mapset_id": 1,
    "map_name": "Artist - Title [Difficulty]"
    "creator_username": "Swan",
    "creator_id": 1
  }
}