mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update Credit
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "113.13.1",
|
||||
"version": "113.13.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user