Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Sep 14, 2017
1 parent 5fd05f4 commit 98ab0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Client.js
Expand Up @@ -52,7 +52,7 @@ class KlasaClient extends Discord.Client {
* @memberof KlasaClient
* @property {WriteableStream} [stdout=process.stdout] Output stream
* @property {WriteableStream} [stderr=process.stderr] Error stream
* @property {boolean} [useColor=true] Whether the client console should use colors
* @property {boolean} [useColor=false] Whether the client console should use colors
* @property {Colors} [colors] Color formats to use
* @property {(boolean|string)} [timestamps=true] Whether to use timestamps or not, or the moment format of the timestamp you want to use
*/
Expand Down

0 comments on commit 98ab0c4

Please sign in to comment.