More cars

This commit is contained in:
Dragon Fire
2021-01-28 22:47:02 -05:00
parent fbe5d63ba6
commit 82e75a2630
6 changed files with 21 additions and 1 deletions
+1
View File
@@ -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

+19
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "128.0.0",
"version": "128.0.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {