From 41602eadaecbda6d6a8c1e7739ba76f8ed4c9c7b Mon Sep 17 00:00:00 2001 From: baz Date: Wed, 14 May 2025 00:37:38 +0100 Subject: [PATCH] remove unused function --- commands/100-games/gameDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/100-games/gameDetails.js b/commands/100-games/gameDetails.js index e4c9246..4a3c1e2 100644 --- a/commands/100-games/gameDetails.js +++ b/commands/100-games/gameDetails.js @@ -1,5 +1,5 @@ const { SlashCommandBuilder, EmbedBuilder } = require('discord.js'); -const { getCoverURL, getGameJson, getCompanyInfo, getGenres, getFranchise, getReleaseDates, getInvolvedCompanies, getCompanies } = require('../../igdbHelperFunctions.js'); +const { getCoverURL, getGameJson, getGenres, getFranchise, getReleaseDates, getInvolvedCompanies, getCompanies } = require('../../igdbHelperFunctions.js'); module.exports = { data: new SlashCommandBuilder()