1
0
Fork 0

fixed command ( i think )

akairo
loicbersier 6 years ago
parent 11910dad50
commit 13ffc99954

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

Loading…
Cancel
Save