From 4161bc8ce5cd1efe2cda01e8be379dd615f3ae69 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 21 Apr 2020 21:22:18 -0400 Subject: [PATCH] Update Credit --- README.md | 2 ++ commands/games-sp/horse-race.js | 6 ++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 088897ac..eb477fe6 100644 --- a/README.md +++ b/README.md @@ -899,6 +899,8 @@ here. * light-novel-cover (API) - [LN title generator](https://salty-salty-studios.com/shiz/ln.php) * light-novel-title (API) +- [LoveToKnow](https://www.lovetoknow.com/) + * horse-race ([Horse Name Data](https://horses.lovetoknow.com/horse-names/funny-horse-names)) - [Mad Libs](http://www.madlibs.com/) * mad-libs (Original Game) - [Mad:)Takes](https://www.madtakes.com/index.php) diff --git a/commands/games-sp/horse-race.js b/commands/games-sp/horse-race.js index cff5d8a1..528633a3 100644 --- a/commands/games-sp/horse-race.js +++ b/commands/games-sp/horse-race.js @@ -46,6 +46,12 @@ module.exports = class HorseRaceCommand extends Command { url: 'https://www.stadiumtalk.com/', reason: 'Horse Name Data', reasonURL: 'https://www.stadiumtalk.com/s/best-racehorse-names-be7b8ad6b49a42df' + }, + { + name: 'LoveToKnow', + url: 'https://www.lovetoknow.com/', + reason: 'Horse Name Data', + reasonURL: 'https://horses.lovetoknow.com/horse-names/funny-horse-names' } ] }); diff --git a/package.json b/package.json index feb891a5..e3e410ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "113.13.1", + "version": "113.13.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {