feat(MessageOptions): make all fields of allowedMentions optional
This commit is contained in:
		
							parent
							
								
									5e5b4076ce
								
							
						
					
					
						commit
						efbaf7becb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -103,9 +103,9 @@ export interface MessageOption { | ||||||
|   embed?: Embed |   embed?: Embed | ||||||
|   file?: Attachment |   file?: Attachment | ||||||
|   allowedMentions?: { |   allowedMentions?: { | ||||||
|     parse: 'everyone' | 'users' | 'roles' |     parse?: 'everyone' | 'users' | 'roles' | ||||||
|     roles: string[] |     roles?: string[] | ||||||
|     users: string[] |     users?: string[] | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue