Skip to content

Commit

Permalink
fix: autocomplete showing as undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
mallusrgreatv2 committed Feb 29, 2024
1 parent a1ce970 commit d3fea4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/Command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default class Command {
}) {
this.data = obj.data;
this.run = obj.run;
this.autocomplete = obj.autocomplete;
return this;
}
}

0 comments on commit d3fea4e

Please sign in to comment.