Make a letter lowercase

This commit is contained in:
Schuyler Cebulskie
2017-02-01 02:06:24 -05:00
parent c40a511954
commit 187f43aebd
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ For production bots, using node-opus should be considered a necessity, especiall
**Note:** This package does not handle disconnects entirely correctly, which causes automatic reconnection to Discord to not function.
If you use this package, it may be wise to destroy + recreate the client entirely or restart the process upon disconnect.
## Example Usage
## Example usage
```js
const Discord = require('discord.js');
const client = new Discord.Client();

View File

@@ -49,7 +49,7 @@ For production bots, using node-opus should be considered a necessity, especiall
**Note:** This package does not handle disconnects entirely correctly, which causes automatic reconnection to Discord to not function.
If you use this package, it may be wise to destroy + recreate the client entirely or restart the process upon disconnect.
## Example Usage
## Example usage
```js
const Discord = require('discord.js');
const client = new Discord.Client();