fixed command ( i think )

This commit is contained in:
loicbersier 2019-01-15 21:44:45 +01:00
parent 11910dad50
commit 13ffc99954

View file

@ -24,7 +24,9 @@ class RedditCommand extends Command {
async exec(message, args) { async exec(message, args) {
let sub = args.sub; let sub = args.sub;
let i, a; console.log(sub);
let i = 0;
let a;
if (!sub) if (!sub)
return; return;