From 8ef862013f5e82d1d3b5ef6c88143f40474388d5 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 25 May 2020 00:13:54 -0400 Subject: [PATCH] Update Fun Info, Add Jeopardy Easter Egg --- README.md | 4 ++-- assets/json/xiao-fact.json | 3 ++- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e97f7293..fe1ff91f 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ don't grant that permission. ## Fun Information - 400+ Commands -- 20,000+ lines of JavaScript +- 23,000+ lines of JavaScript - 61,000+ lines of JSON data - 3 years of development -- 3,000+ commits +- 4,000+ commits ## Installing diff --git a/assets/json/xiao-fact.json b/assets/json/xiao-fact.json index 5bd8be85..eeedebd3 100644 --- a/assets/json/xiao-fact.json +++ b/assets/json/xiao-fact.json @@ -51,5 +51,6 @@ "Xiao is the best bot ever.", "Xiao began development in February 2017, and was most likely active sometime in 2016 under a different name.", "The command with the most lines of code is, oddly enough, `anime`, at 189.", - "The `ship` command gives a special response if the compatability is 69." + "The `ship` command gives a special response if the compatability is 69.", + "The `jeopardy` command will play the Jeopardy think music if both you and the bot are in a voice channel when the command is used." ] diff --git a/package.json b/package.json index 0b4409f5..dc0b49ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.29.2", + "version": "114.29.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {