mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user