mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Update Credit
This commit is contained in:
@@ -899,6 +899,8 @@ here.
|
|||||||
* light-novel-cover (API)
|
* light-novel-cover (API)
|
||||||
- [LN title generator](https://salty-salty-studios.com/shiz/ln.php)
|
- [LN title generator](https://salty-salty-studios.com/shiz/ln.php)
|
||||||
* light-novel-title (API)
|
* 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](http://www.madlibs.com/)
|
||||||
* mad-libs (Original Game)
|
* mad-libs (Original Game)
|
||||||
- [Mad:)Takes](https://www.madtakes.com/index.php)
|
- [Mad:)Takes](https://www.madtakes.com/index.php)
|
||||||
|
|||||||
@@ -46,6 +46,12 @@ module.exports = class HorseRaceCommand extends Command {
|
|||||||
url: 'https://www.stadiumtalk.com/',
|
url: 'https://www.stadiumtalk.com/',
|
||||||
reason: 'Horse Name Data',
|
reason: 'Horse Name Data',
|
||||||
reasonURL: 'https://www.stadiumtalk.com/s/best-racehorse-names-be7b8ad6b49a42df'
|
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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "113.13.1",
|
"version": "113.13.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user