@discordjs/voice
Advanced tools
Comparing version 0.11.0-dev.1657022638-fd1c240 to 0.11.0-dev.1657066246-68c3d87
@@ -1077,6 +1077,11 @@ import EventEmitter, { EventEmitter as EventEmitter$1 } from 'node:events'; | ||
/** | ||
* Emitted when a user starts/stops speaking. | ||
* Emitted when a user starts speaking. | ||
* @event | ||
*/ | ||
on: (event: 'start' | 'end', listener: (userId: string) => void) => this; | ||
on(event: 'start', listener: (userId: string) => void): this; | ||
/** | ||
* Emitted when a user ends speaking. | ||
* @event | ||
*/ | ||
on(event: 'end', listener: (userId: string) => void): this; | ||
} | ||
@@ -1083,0 +1088,0 @@ /** |
{ | ||
"name": "@discordjs/voice", | ||
"version": "0.11.0-dev.1657022638-fd1c240", | ||
"version": "0.11.0-dev.1657066246-68c3d87", | ||
"description": "Implementation of the Discord Voice API for node.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
571547
5775