Skip to content

Commit

Permalink
Update System.js
Browse files Browse the repository at this point in the history
  • Loading branch information
withinJoel authored Oct 29, 2024
1 parent a340f0c commit 8ce56fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Modules/System.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ const commandDictionary = {
easteregg: "Easter egg.",
shortstory: "To get a short story.",
bible: "To get a bible verse based on the search. `example: bible:joel:2:1-3` (book name - chapter number - verses) (English Version)",
createqr: "To create a qr code using the link or text . `example createqr:https://www.fb.com or createqr:iamjoel!` (Note: This feature requires internet)"

createqr: "To create a qr code using the link or text . `example createqr:https://www.fb.com or createqr:iamjoel!` (Note: This feature requires internet)",

flames: "To play the famous game for relationship. `example: flames:Joel,Anna`",
mash: "To play the famous mash game. `example: mash:Joel,Anna`",
truthordare: "To play the truth or dare game.",
headsortails: "To return heads or tails.",
rolldice: "To roll a dice.",
compatibilitytest: "To take a compatiablity test with you partner. `example: compatibilitytest:joel,anna`",
bfftest: "To play the truth or dare game. `example: bfftest:joel,james`",
};

//Version
Expand Down

0 comments on commit 8ce56fd

Please sign in to comment.