charredgrass / charred-discord-bot

Personal Discord bot. Written in Typescript, run using node.js.
MIT License
1 stars 1 forks source link

bot commands do not work in DMChannel #48

Closed charredgrass closed 2 years ago

charredgrass commented 3 years ago

The addition to discord.js requiring Intents to be declared has broken the bot's functionality in DMChannels.

charredgrass commented 3 years ago

Solution: use the CHANNEL partial. Needs testing on if this messes up anything else.

https://discordjs.guide/popular-topics/partials.html#enabling-partials

charredgrass commented 2 years ago

Closed - No longer relevant with the introduction of Slash commands, bot has been rewritten to not have message viewing intents.