Skip to content

Commit

Permalink
feat: attachemnt type
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Feb 9, 2022
1 parent 55c08fc commit c71c07f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/structures/arguments/Attachment.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { MessageArgumentTypeBase } from './base';

export class AttachmentType extends MessageArgumentTypeBase {
validate() {
return true;
}
}

0 comments on commit c71c07f

Please sign in to comment.