Skip to content

Commit

Permalink
Use splat3 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf authored Oct 18, 2023
1 parent 8e68de1 commit b2b8edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/api/splatoon3.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.run = async (client, interaction) => {
const axios = require("axios");
const randomNumber = require('../../util/randomNumber');
// Game data
let version = "5.0.0";
let version = "5.1.0";
let versionJoined = version.split(".").join("");
let versionString = `Splatoon 3 v${version}`;
const GearInfoClothesJSON = require(`../../submodules/splat3/data/mush/${versionJoined}/GearInfoClothes.json`);
Expand Down Expand Up @@ -734,4 +734,4 @@ module.exports.config = {
description: "Whether the reply will be private."
}]
}]
};
};

0 comments on commit b2b8edd

Please sign in to comment.