---
layout: page
title: BotsFacet
permalink: /reference/BotsFacet
---
**Kind**: global class  
<a name="BotsFacet+info"></a>

### botsFacet.info([opts], [optCb])
Gets information about a bot user.

**Kind**: instance method of <code>[BotsFacet](#BotsFacet)</code>  
**See**: [bots.info](https://api.slack.com/methods/bots.info)  

| Param | Type | Description |
| --- | --- | --- |
| [opts] | <code>Object</code> |  |
| opts.bot | <code>?</code> | Bot user to get info on |
| [optCb] | <code>function</code> | Optional callback, if not using promises. |

