aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar PureFunctor <[email protected]>2020-06-14 14:20:09 +0800
committerGravatar PureFunctor <[email protected]>2020-06-26 01:50:17 +0800
commitbaa20503e716a9ed9ab8be5f82c3456c7b4cfbb5 (patch)
tree59996c5418c0e270e0e4ba8ad08d464baa59f7a6 /bot/resources
parentMake caesarcipher a command group (diff)
Add basic caesar cipher information embed
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/evergreen/caesar_info.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/resources/evergreen/caesar_info.json b/bot/resources/evergreen/caesar_info.json
new file mode 100644
index 00000000..ae3a4656
--- /dev/null
+++ b/bot/resources/evergreen/caesar_info.json
@@ -0,0 +1,4 @@
+{
+ "title": "Caesar Cipher",
+ "description": "**Information**\nThe Caesar Cipher, named after hte Roman General Julius Caesar is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.\n\n**Examples**\n1) `Hello World` <=> `Khoor Zruog` where letters are shifted forwards by `3.`\n2) `Julius Caesar` <=> `Yjaxjh Rpthpg` where letters are shifted backwards by `11.`"
+}