Skip to content

Commit

Permalink
Remove unused @returns typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sudojunior authored Nov 22, 2021
1 parent b343978 commit 9cdd970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/structures/interfaces/messageInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ export class MessageInteractionContext {
/**
* Unregisters a component callback.
* @param message_id The message ID of the component to unregister, defaults to the invoking message ID.
* @returns
*/
unregisterWildcardComponent(message_id: string) {
if (!message_id) {
Expand Down

0 comments on commit 9cdd970

Please sign in to comment.