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 <[email protected]>
  • Loading branch information
Prashant-singla authored and Prince-Mendiratta committed Jan 18, 2022
1 parent dfa31a0 commit 75fc376
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 75fc376

Please sign in to comment.