diff --git a/assets/json/xiao-fact.json b/assets/json/xiao-fact.json index 976f413e..ee70d81b 100644 --- a/assets/json/xiao-fact.json +++ b/assets/json/xiao-fact.json @@ -27,8 +27,6 @@ "The `cleverbot` command used to be freely usable for all users, but was made owner-only after Cleverbot's website made the API paid.", "The `portal-send` command isn't called \"portal\" just in case a command based on Valve's game of the same name ever gets created.", "The `fidget` command exists as Xiao's old beta testing versions were based on the character.", - "The `karen` command exists as that was Dragon Fire's first anime.", - "The `lando` command exists due to the existence of Rando Cardrissian, a private Cards Against Humanity bot also by Dragon Fire.", "For commands whose names start with an \"x\", omitting the x is an alias. This is due to Xiao's prefix, `x;`, starting with an x.", "The `fact` command is literally the first few lines of a random Wikipedia article.", "In NSFW channels, `kiss-marry-kill` turns into `fuck-marry-kill`.", @@ -42,11 +40,9 @@ "Xiao used to have several more roleplay commands, such as `cuddle`, `marry`, `divorce`, and `falcon-punch`. These were merged with other commands due to lack of good GIFs.", "The `anime` and `manga` commands have used MyAnimeList, Kitsu, and Anilist over their development. The current use of Anilist is due to Dragon Fire's status as a data mod there.", "The `company` command has Dragon Fire's logo inserted into it manually, Clearbit does not actually acknowledge us.", - "Xiao used to have `gelbooru` and `konachan` commands, but due to their similarity to `danbooru`, they were removed.", "The `flickr` command is NSFW due to an incident that caused a large photo of a male genitalia to be sent when \"cat\" was searched. It was promptly made NSFW.", "The `periodic-table` command will give Batman if you ask for Atomic Number 0.", "The `league-of-legends` command will give the results for Temmie if you search \"satan\".", - "The `wattpad` command somehow still works despite the Wattpad API being discontinued over 2 years ago. Dragon Fire has no idea how it still works, but won't remove it until it stops working.", "The `give-flower` command was the first command added to Xiao.", "Xiao is the best bot ever.", "Xiao began development in February 2017, and was most likely active sometime in 2016 under a different name.", @@ -54,7 +50,6 @@ "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.", "In the `undertale` command, you can provide \"ness\" as an option, a reference to UNDERTALE's origins as an EarthBound project.", - "There are many clones of Xiao. One of them, Time, even got a DMCA takedown notice!", "Dragon Fire, the creator of Xiao, is forever alone.", "In the `rip` command, if you type text after the user's mention, you can add a cause of death to the tombstone.", "The `ace-attorney` command supports various versions of the character's names. For example, Phoenix Wright can also be used by typing Naruhodo, his Japanese name.", @@ -70,5 +65,9 @@ "Answers from `would-you-rather` and `will-you-press-the-button` are sent to their respective sites in order to improve their results.", "Reminders in the `remind` command have a maximum length of ~24.84 days. This is due to how JavaScript timeouts work, anything higher than this will fire early, or possibly even instantly.", "For a very long time, `yu-gi-oh-gen` only supported Effect Monsters. `yu-gi-oh-token` was also a seperate command, and did not allow any customization outside of the image.", - "In `minesweeper`, typing \"xyzzy\" at any point in the game will activate cheat mode, displaying where mines are on the board. No high scores can be saved in this mode, however." + "In `minesweeper`, typing \"xyzzy\" at any point in the game will activate cheat mode, displaying where mines are on the board. No high scores can be saved in this mode, however.", + "The `car-race` command is full of various pop-culture cars, joke cars, and even things that aren't even cars, such as \"runner\", a literal olympic runner.", + "The \"donut\" color selection in `connect-four` is a reference to Pokémon's 4Kids dub, when rice balls were censored into jelly-filled donuts.", + "The AI in `nim` and `tic-tac-toe` are literally unbeatable, as their games are solved and have a definitive mathematical solution. The AI in `chess` and `connect-four` however are very easily beatable.", + "While some commands have actual AI (like `chess` and `tic-tac-toe`), others are literally just randomly choosing what to do, such as `battle` and `jenga`." ] diff --git a/package.json b/package.json index 018b655a..23f96ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "127.1.2", + "version": "127.1.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {