mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Mask Hat
This commit is contained in:
@@ -1404,6 +1404,8 @@ here.
|
|||||||
* steam-now-playing-classic (Original Design)
|
* steam-now-playing-classic (Original Design)
|
||||||
- [Steven Crowder](https://www.youtube.com/StevenCrowder)
|
- [Steven Crowder](https://www.youtube.com/StevenCrowder)
|
||||||
* change-my-mind ([Image](https://twitter.com/scrowder/status/964577508447449088))
|
* change-my-mind ([Image](https://twitter.com/scrowder/status/964577508447449088))
|
||||||
|
- [StickPNG](https://www.stickpng.com/)
|
||||||
|
* hat ([Mask Hat Image](https://www.stickpng.com/img/science/pandemic/white-surgical-face-mask-front-view))
|
||||||
- [Straw Poll](https://www.strawpoll.me/)
|
- [Straw Poll](https://www.strawpoll.me/)
|
||||||
* strawpoll ([API](https://github.com/strawpoll/strawpoll/wiki/API))
|
* strawpoll ([API](https://github.com/strawpoll/strawpoll/wiki/API))
|
||||||
- [Superpower Wiki](https://powerlisting.fandom.com/wiki/Superpower_Wiki)
|
- [Superpower Wiki](https://powerlisting.fandom.com/wiki/Superpower_Wiki)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -5,6 +5,7 @@
|
|||||||
"disguise",
|
"disguise",
|
||||||
"dunce",
|
"dunce",
|
||||||
"leprechaun",
|
"leprechaun",
|
||||||
|
"mask",
|
||||||
"megumin",
|
"megumin",
|
||||||
"pilgrim",
|
"pilgrim",
|
||||||
"pirate",
|
"pirate",
|
||||||
|
|||||||
@@ -95,6 +95,12 @@ module.exports = class HatCommand extends Command {
|
|||||||
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
|
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
|
||||||
url: 'http://konosuba.com/',
|
url: 'http://konosuba.com/',
|
||||||
reason: 'Megumin Hat Original Anime'
|
reason: 'Megumin Hat Original Anime'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'StickPNG',
|
||||||
|
url: 'https://www.stickpng.com/',
|
||||||
|
reason: 'Mask Hat Image',
|
||||||
|
reasonURL: 'https://www.stickpng.com/img/science/pandemic/white-surgical-face-mask-front-view'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "116.21.0",
|
"version": "116.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