Add commands for enabling/disabling voice commands and automatic joining #149
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'.
|