This commit is contained in:
Daniel Odendahl Jr
2017-10-24 19:07:57 +00:00
parent c225ea4659
commit 119288a626
@@ -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 }) {