[commands] Add missing CheckAnyFailure documentation
This commit is contained in:
		@@ -272,6 +272,9 @@ Exceptions
 | 
				
			|||||||
.. autoexception:: discord.ext.commands.CheckFailure
 | 
					.. autoexception:: discord.ext.commands.CheckFailure
 | 
				
			||||||
    :members:
 | 
					    :members:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. autoexception:: discord.ext.commands.CheckAnyFailure
 | 
				
			||||||
 | 
					    :members:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. autoexception:: discord.ext.commands.CommandNotFound
 | 
					.. autoexception:: discord.ext.commands.CommandNotFound
 | 
				
			||||||
    :members:
 | 
					    :members:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -352,6 +355,7 @@ Exception Hierarchy
 | 
				
			|||||||
                    - :exc:`~.commands.ExpectedClosingQuoteError`
 | 
					                    - :exc:`~.commands.ExpectedClosingQuoteError`
 | 
				
			||||||
            - :exc:`~.commands.CommandNotFound`
 | 
					            - :exc:`~.commands.CommandNotFound`
 | 
				
			||||||
            - :exc:`~.commands.CheckFailure`
 | 
					            - :exc:`~.commands.CheckFailure`
 | 
				
			||||||
 | 
					                - :exc:`~.commands.CheckAnyFailure`
 | 
				
			||||||
                - :exc:`~.commands.PrivateMessageOnly`
 | 
					                - :exc:`~.commands.PrivateMessageOnly`
 | 
				
			||||||
                - :exc:`~.commands.NoPrivateMessage`
 | 
					                - :exc:`~.commands.NoPrivateMessage`
 | 
				
			||||||
                - :exc:`~.commands.NotOwner`
 | 
					                - :exc:`~.commands.NotOwner`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user