How can I remove specific commands from showing up in *help? And how can I remove achievement pictures from showing up? #475
Answered
by
Androz2091
priyam-raj
asked this question in
Q&A
-
Hello Androz, I have two questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
Androz2091
Jun 1, 2021
Replies: 1 comment
-
Hello,
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Androz2091
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Turn the
enabled
property of the command tofalse
. https://github.com/Androz2091/AtlantaBot/blob/master/commands/General/fortnite.js#L10Edit the
progress
so they all matchtotal
in thebase/User.js
file (for example, here https://github.com/Androz2091/AtlantaBot/blob/master/base/User.js#L28, change the value to 1). Then clear your database and restart the bot. All the achievements will be considered are claimed for everyone once their accounts are created and the messages will no longer appear.