Skip to content

Commit

Permalink
Improve disable/enable strings
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant-singla <prashantsingla02@gmail.com>
  • Loading branch information
Prashant-singla committed Jan 17, 2022
1 parent d2923e0 commit 2154efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const data = {
EXTENDED_DESCRIPTION:
"```Use this module to disable a module from a particular chat.* ```Example .disable <module_name> <module_name2>```",
NO_INPUT: "*Enter command name you want to disable in this chat.*",
CORRECT: "```Modules disabled in this chat:```*{correctNames}*",
INCORRECT: "```Modules not found:```*{incorrectNames}*"
CORRECT: "```Modules disabled in this chat:``` *{correctNames}*",
INCORRECT: "```Modules not found:``` *{incorrectNames}*"
},
disappear: {
DESCRIPTION: "Toggle disappearing messages",
Expand All @@ -118,8 +118,8 @@ const data = {
EXTENDED_DESCRIPTION:
"```Use this module to enable a module in a particular chat.* ```Example .enable <module_name1> <module_name2>```",
NO_INPUT: "*Enter command name you want to enable in this chat.*",
CORRECT: "```Modules enabled in this chat:```*{correctNames}*",
INCORRECT: "```Modules not found:```*{incorrectNames}*"
CORRECT: "```Modules enabled in this chat:``` *{correctNames}*",
INCORRECT: "```Modules not found:``` *{incorrectNames}*"
},
getdp: {
DESCRIPTION: "Get display picture",
Expand Down

0 comments on commit 2154efc

Please sign in to comment.