[commands] Fix indentation error in commands.bot_has_role docstring.
This commit is contained in:
		| @@ -788,9 +788,10 @@ def has_permissions(**perms): | |||||||
|     return check(predicate) |     return check(predicate) | ||||||
|  |  | ||||||
| def bot_has_role(name): | def bot_has_role(name): | ||||||
|      """Similar to :func:`has_role` except checks if the bot itself has the |     """Similar to :func:`has_role` except checks if the bot itself has the | ||||||
|      role. |     role. | ||||||
|     """ |     """ | ||||||
|  |  | ||||||
|     def predicate(ctx): |     def predicate(ctx): | ||||||
|         ch = ctx.message.channel |         ch = ctx.message.channel | ||||||
|         if ch.is_private: |         if ch.is_private: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user