mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Soviet Hat
This commit is contained in:
@@ -889,6 +889,8 @@ here.
|
|||||||
- [FANDOM](https://www.fandom.com/)
|
- [FANDOM](https://www.fandom.com/)
|
||||||
* superpower ([API](https://powerlisting.fandom.com/api.php))
|
* superpower ([API](https://powerlisting.fandom.com/api.php))
|
||||||
* wikia ([API](https://www.wikia.com/api/v1/))
|
* wikia ([API](https://www.wikia.com/api/v1/))
|
||||||
|
- [festivalclaca.cat](https://www.festivalclaca.cat/)
|
||||||
|
* hat ([Soviet Hat Image](https://www.festivalclaca.cat/maxvi/mmbwJ/))
|
||||||
- [Flickr](https://www.flickr.com/)
|
- [Flickr](https://www.flickr.com/)
|
||||||
* flickr ([API](https://www.flickr.com/services/api/))
|
* flickr ([API](https://www.flickr.com/services/api/))
|
||||||
- [FML](https://www.fmylife.com/)
|
- [FML](https://www.fmylife.com/)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
@@ -8,6 +8,7 @@
|
|||||||
"megumin",
|
"megumin",
|
||||||
"pilgrim",
|
"pilgrim",
|
||||||
"pirate",
|
"pirate",
|
||||||
|
"soviet",
|
||||||
"tophat",
|
"tophat",
|
||||||
"witch"
|
"witch"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -80,6 +80,12 @@ module.exports = class HatCommand extends Command {
|
|||||||
reason: 'Witch Hat Image',
|
reason: 'Witch Hat Image',
|
||||||
reasonURL: 'https://www.kissclipart.com/halloween-witch-hat-clipart-witch-hat-clip-art-qfycyt/'
|
reasonURL: 'https://www.kissclipart.com/halloween-witch-hat-clipart-witch-hat-clip-art-qfycyt/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'festivalclaca.cat',
|
||||||
|
url: 'https://www.festivalclaca.cat/',
|
||||||
|
reason: 'Soviet Hat Image',
|
||||||
|
reasonURL: 'https://www.festivalclaca.cat/maxvi/mmbwJ/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Pokémon',
|
name: 'Pokémon',
|
||||||
url: 'https://www.pokemon.com/us/',
|
url: 'https://www.pokemon.com/us/',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "114.21.0",
|
"version": "114.21.1",
|
||||||
"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