# Mumble YouTube Bot

A Mumble Bot purely for streaming from YouTube. Features include basic music player functionalities such as play, stop, skip, list queue, remove from queue, loop etc.

## Install

```bash
npm i -g mumble-yt
```

## Usage

```bash
Usage: -u <url> -n <name> -p <password>

Options:
  --help          Show help                                            [boolean]
  --version       Show version number                                  [boolean]
  -u, --url       Mumble Server URL with Port                [string] [required]
  -n, --name      Bot Username                               [string] [required]
  -p, --password  Bot Password                                          [string]

Missing required arguments: u, n
```

## License

[MIT](http://vjpr.mit-license.org)

[npm-image]: https://img.shields.io/npm/v/live-xxx.svg
[npm-url]: https://npmjs.org/package/live-xxx
[travis-image]: https://img.shields.io/travis/live-js/live-xxx/master.svg
[travis-url]: https://travis-ci.org/live-js/live-xxx
[coveralls-image]: https://img.shields.io/coveralls/live-js/live-xxx/master.svg
[coveralls-url]: https://coveralls.io/r/live-js/live-xxx?branch=master