-> npm run dev > al3-discord-bot@1.0.0 dev > ts-node src/index.ts Error when loading 'C:\Projects\al3-discord-bot\src\commands\HelloWorld.ts': src/commands/HelloWorld.ts:10:26 - error TS2339: Property 'send' does not exist on type 'DMChannel | PartialDMChannel | PartialGroupDMChannel | NewsChannel | StageChannel | TextChannel | PublicThreadChannel<...> | PrivateThreadChannel | VoiceChannel'. Property 'send' does not exist on type 'PartialGroupDMChannel'. 10 return message.channel.send('Hello world!'); ~~~~ [INFO] ApplicationCommandRegistries: Initializing... [INFO] ApplicationCommandRegistries: Took 292ms to initialize.