diff --git a/commands/general/reddit.js b/commands/general/reddit.js index 314f4e0f..a3b595c2 100644 --- a/commands/general/reddit.js +++ b/commands/general/reddit.js @@ -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;