1
0
Fork 0

Forgot to use var "a" and dosen't get stuck in while loop anymore

akairo
Supositware 5 years ago
parent be99b7d165
commit ccd8a4cda6

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

Loading…
Cancel
Save