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) {
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue