Carcraftz / discord.js-patched-v11

A patched version (v11) of the Discord Javascript library. Fixes issues with stage channels in modern Discord versions and prevents your bots from crashing. Built for legacy codebases and reviving open source Discord bots.
Apache License 2.0
6 stars 10 forks source link

Commands don't work in dms #3

Open jeffplays2005 opened 3 years ago

jeffplays2005 commented 3 years ago

Selfbot completely ignores user in dms.

blubbll commented 2 years ago

you need to close (and optional open) all dm channels before it works to cache them (spams the api)

or probably cache them using client.channels.fetch(ch.id); and using the correct indent https://stackoverflow.com/a/68701051