Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix: ref to discord-api-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenShibata committed Aug 27, 2022
1 parent 5a59222 commit 67a3060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class MessageCommandContext<Cached extends boolean = boolean> extends Com
return this.data.context.embeds;
}

public components() {
public components(): Message["components"] {
return this.data.context.components;
}

Expand Down

0 comments on commit 67a3060

Please sign in to comment.