Skip to content

Commit

Permalink
actually do the thing for attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodentman87 committed May 14, 2022
1 parent 47a951d commit e9fd07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SlashasaurusClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ export class SlashasaurusClient extends Client<true> {
} else {
optionsObj[option.name] =
option.channel ??
option.attachment ??
option.member ??
option.message ??
option.role ??
Expand Down Expand Up @@ -777,6 +778,7 @@ export class SlashasaurusClient extends Client<true> {
} else {
optionsObj[option.name] =
option.channel ??
option.attachment ??
option.member ??
option.message ??
option.role ??
Expand Down

0 comments on commit e9fd07a

Please sign in to comment.