Simpleboy353 / REAPER-2.0

A multi-purpose discord bot made using Discord.js V14. Includes Logging, Welcomer, Slash Commands, Menu based Help Command and so much more!
GNU General Public License v3.0
329 stars 225 forks source link

How can I use a command in the bot's dm? #142

Closed juanppdev closed 2 years ago

juanppdev commented 2 years ago

Goodnight

I am using this model to make my bot but I need that if someone uses a command within the bot's dm, the bot will send what the user is asking for, but I don't know how to do it, thank you very much

Simpleboy353 commented 2 years ago

set guildOnly to false in the respective commands

juanppdev commented 2 years ago

And how can I do it but with interactions?