mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
docs: Remove duplicate word in comment (#10244)
* fix: Remove duplicate word in comment * Update README.md not part of the typo --------- Co-authored-by: Souji <timoqueezle@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ const manager = new WebSocketManager({
|
|||||||
new WorkerShardingStrategy(manager, {
|
new WorkerShardingStrategy(manager, {
|
||||||
shardsPerWorker: 2,
|
shardsPerWorker: 2,
|
||||||
workerPath: './worker.js',
|
workerPath: './worker.js',
|
||||||
// Optionally, if you you have custom messaging, like for analytic collection, you can use this:
|
// Optionally, if you have custom messaging, like for analytic collection, you can use this:
|
||||||
async unknownPayloadHandler(data: any) {
|
async unknownPayloadHandler(data: any) {
|
||||||
// handle data here :3
|
// handle data here :3
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user