forked from Supositware/Haha-Yes
fixed command ( i think )
This commit is contained in:
parent
11910dad50
commit
13ffc99954
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue