Skip to content

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

Add commands for enabling/disabling voice commands and automatic joining

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

Triggered via pull request September 2, 2023 14:09
Status Failure
Total duration 1m 2s
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/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#L99
Property 'autoJoinEnabledConfigEntry' does not exist on type 'VoiceCommandsModule'.
build (18.x): src_modules/voice_commands/index.ts#L102
Property 'autoJoinEnabledConfigEntry' does not exist on type 'VoiceCommandsModule'.
build (18.x): src_modules/voice_commands/index.ts#L121
Cannot find name 'EnableCommand'.
build (18.x): src_modules/voice_commands/index.ts#L122
Cannot find name 'DisableCommand'.
build (18.x): src_modules/voice_commands/index.ts#L123
Cannot find name 'EnableAutoJoinCommand'.
build (18.x): src_modules/voice_commands/index.ts#L124
Cannot find name 'DisableAutoJoinCommand'.
build (18.x): src_modules/voice_commands/index.ts#L173
Cannot find name 'guildEntity'.
build (18.x): src_modules/voice_commands/index.ts#L174
Cannot find name 'guild'. Did you mean 'Guild'?