diff --git a/commands/search/league-of-legends-champion.js b/commands/search/league-of-legends-champion.js index 70ea895e..6a4dd015 100644 --- a/commands/search/league-of-legends-champion.js +++ b/commands/search/league-of-legends-champion.js @@ -24,7 +24,7 @@ module.exports = class LeagueOfLegendsChampionCommand extends Command { }); this.version = null; - this.client.setInterval(() => { this.version = null }, 3600000); + this.client.setInterval(() => { this.version = null; }, 3600000); } async run(msg, { champion }) {