mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Make a letter lowercase
This commit is contained in:
@@ -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.
|
**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.
|
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
|
```js
|
||||||
const Discord = require('discord.js');
|
const Discord = require('discord.js');
|
||||||
const client = new Discord.Client();
|
const client = new Discord.Client();
|
||||||
|
|||||||
@@ -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.
|
**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.
|
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
|
```js
|
||||||
const Discord = require('discord.js');
|
const Discord = require('discord.js');
|
||||||
const client = new Discord.Client();
|
const client = new Discord.Client();
|
||||||
|
|||||||
Reference in New Issue
Block a user