Update Credit

This commit is contained in:
Dragon Fire
2020-04-21 21:22:18 -04:00
parent dfe75690fb
commit 4161bc8ce5
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -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)
+6
View File
@@ -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'
}
]
});
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "113.13.1",
"version": "113.13.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {