Skip to content

Add commands for enabling/disabling voice commands and automatic joining #149

Add commands for enabling/disabling voice commands and automatic joining

Add commands for enabling/disabling voice commands and automatic joining #149

Triggered via pull request September 2, 2023 13:26
Status Failure
Total duration 37s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (18.x): src_modules/voice_commands/phrases.ts#L1
Cannot find module 'extcord' or its corresponding type declarations.
build (18.x): src_modules/voice_commands/index.ts#L8
Module '"./phrases"' has no exported member 'keywordPhrase'.
build (18.x): src_modules/voice_commands/index.ts#L18
Property 'keywordPhrase' has no initializer and is not definitely assigned in the constructor.
build (18.x): src_modules/voice_commands/index.ts#L98
Property 'autoJoinEnabledConfigEntry' does not exist on type 'VoiceCommandsModule'.
build (18.x): src_modules/voice_commands/index.ts#L101
Property 'autoJoinEnabledConfigEntry' does not exist on type 'VoiceCommandsModule'.
build (18.x): src_modules/voice_commands/index.ts#L111
Property 'registerCommandGroup' does not exist on type 'VoiceCommandsModule'.
build (18.x): src_modules/voice_commands/index.ts#L116
Expected 1 arguments, but got 2.
build (18.x): src_modules/voice_commands/index.ts#L116
Cannot find name 'EnableCommand'.
build (18.x): src_modules/voice_commands/index.ts#L117
Expected 1 arguments, but got 2.
build (18.x): src_modules/voice_commands/index.ts#L117
Cannot find name 'DisableCommand'.