mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
More cars
This commit is contained in:
@@ -16,3 +16,4 @@ command-leaderboard.json
|
||||
*.traineddata
|
||||
|
||||
# In-Development Commands
|
||||
commands/games-sp/crossword.js
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -187,6 +187,25 @@ module.exports = class CarRaceCommand extends Command {
|
||||
url: 'https://kybsport.com/',
|
||||
reason: 'Miku Car Image',
|
||||
reasonURL: 'https://kybsport.com/teams/gsr/'
|
||||
},
|
||||
{
|
||||
name: 'KOSTYA_ex_tubli',
|
||||
url: 'https://www.gran-turismo.com/us/gtsport/user/profile/6290075/overview',
|
||||
reason: 'Flintstones Car Image',
|
||||
// eslint-disable-next-line max-len
|
||||
reasonURL: 'https://www.gran-turismo.com/us/gtsport/user/discover/search/decal/decal/6290075/4684382513076895744'
|
||||
},
|
||||
{
|
||||
name: 'Clipart Library',
|
||||
url: 'http://clipart-library.com/',
|
||||
reason: 'Plane Car Image',
|
||||
reasonURL: 'http://clipart-library.com/clipart/228505.htm'
|
||||
},
|
||||
{
|
||||
name: 'Pin Clipart',
|
||||
url: 'https://www.pinclipart.com/',
|
||||
reason: 'Wheelchair Car Image',
|
||||
reasonURL: 'https://www.pinclipart.com/maxpin/xToJi/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "128.0.0",
|
||||
"version": "128.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user