Skip to content

Commit

Permalink
fix: Fix files name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisL61 committed Jun 18, 2024
1 parent fc59671 commit 126ebd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,31 +419,31 @@
{
"id": "a_founders_cargo_run",
"name": "_a_founders_cargo_run",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.png",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.webp",
"length": 3,
"description": "_a_founders_cargo_run_description",
"rpc": "_a_founders_cargo_run_rpc"
},
{
"id": "an_executives_cargo_run",
"name": "_an_executives_cargo_run",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.png",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Cargo_Run.webp",
"length": 4,
"description": "_an_executives_cargo_run_description",
"rpc": "_an_executives_cargo_run_rpc"
},
{
"id": "an_ashen_founders_cargo_run",
"name": "_an_ashen_founders_cargo_run",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.webp",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.png",
"length": 3,
"description": "_an_ashen_founders_cargo_run_description",
"rpc": "_an_ashen_founders_cargo_run_rpc"
},
{
"id": "an_ashen_executives_cargo_run",
"name": "_an_ashen_executives_cargo_run",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.webp",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Ashen_Cargo_Run.png",
"length": 4,
"description": "_an_ashen_executives_cargo_run_description",
"rpc": "_an_ashen_executives_cargo_run_rpc"
Expand All @@ -458,7 +458,7 @@
{
"id": "an_executives_lost_shipment",
"name": "_an_executives_lost_shipment",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Lost_Shipment.png",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Lost_Shipment.webp",
"length": 4,
"description": "_an_executives_lost_shipment_description",
"rpc": "_an_executives_lost_shipment_rpc"
Expand Down
File renamed without changes.

0 comments on commit 126ebd7

Please sign in to comment.