Typos in docs (#2055)

* Typo in Guild.createRole docs

Added missing semicolon in example code.

* consistent periods in docs
This commit is contained in:
William Tran
2017-10-28 10:01:17 -07:00
committed by Crawl
parent c495ea025a
commit 88719f0f42
3 changed files with 4 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ class VoiceBroadcast extends VolumeInterface {
}
/**
* Plays an arbitrary input that can be [handled by ffmpeg](https://ffmpeg.org/ffmpeg-protocols.html#Description)
* Plays an arbitrary input that can be [handled by ffmpeg](https://ffmpeg.org/ffmpeg-protocols.html#Description).
* @param {string} input The arbitrary input
* @param {StreamOptions} [options] Options for playing the stream
* @returns {VoiceBroadcast}