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 | ||||
|   file?: Attachment | ||||
|   allowedMentions?: { | ||||
|     parse: 'everyone' | 'users' | 'roles' | ||||
|     roles: string[] | ||||
|     users: string[] | ||||
|     parse?: 'everyone' | 'users' | 'roles' | ||||
|     roles?: string[] | ||||
|     users?: string[] | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue