Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvs committed Mar 14, 2024
1 parent 0d95045 commit 6e89acf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/structures/DealsEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export default class DealsEmbed extends BasicEmbed {
this.#includeAll = includeAll;
}

async get(): Promise<EmbedBuilder> {
await this.#populate();
return this;
}

async getAsMessageOpts(): Promise<BaseMessageOptions> {
await this.#populate();
return {
Expand Down

0 comments on commit 6e89acf

Please sign in to comment.