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

DM Command Not Working #115

Closed Nateay0 closed 2 years ago

Nateay0 commented 2 years ago

image image

I know that this command is disabled but why and can I just enable it again by deleting return message.channel.send( "the Command has been disabled because of facing crash issues"

and

by changing disable to enable?

const state = "disabled"; if (state === "disabled") {

feday977 commented 2 years ago

hi bro , The "if" instruction checks the constant state if it is disabled and return you this msg. Just change the constant state like this :

const state = "ahahah";

Nateay0 commented 2 years ago

Will the command then work?

1KxDipsy commented 2 years ago

yes , dm me in discord 1KxDIPSY#0001 i can help you

Nateay0 commented 2 years ago

Check your Discord Tag again

1KxDipsy commented 2 years ago

its okey

Nateay0 commented 2 years ago

@1KxDipsy Showed me how to fix it