Skip to content

Commit

Permalink
Merge pull request #314 from xHyroM/feat/arguments/attachment_type
Browse files Browse the repository at this point in the history
feat(Argument): attachment type
  • Loading branch information
xHyroM committed Feb 13, 2022
2 parents 185685b + eeb3081 commit 0d4e94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/structures/Argument.ts
Expand Up @@ -14,6 +14,7 @@ export enum ArgumentType {
'ROLE' = 8,
'MENTIONABLE' = 9,
'NUMBER' = 10,
'ATTACHMENT' = 11,
}

export enum ChannelType {
Expand Down

0 comments on commit 0d4e94a

Please sign in to comment.