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