This commit is contained in:
Dragon Fire
2020-06-12 12:26:16 -04:00
parent d9c54cfdac
commit 8c3ec2c27c
5 changed files with 10 additions and 1 deletions
+2
View File
@@ -1404,6 +1404,8 @@ here.
* steam-now-playing-classic (Original Design)
- [Steven Crowder](https://www.youtube.com/StevenCrowder)
* 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/)
* strawpoll ([API](https://github.com/strawpoll/strawpoll/wiki/API))
- [Superpower Wiki](https://powerlisting.fandom.com/wiki/Superpower_Wiki)
Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

+1
View File
@@ -5,6 +5,7 @@
"disguise",
"dunce",
"leprechaun",
"mask",
"megumin",
"pilgrim",
"pirate",
+6
View File
@@ -95,6 +95,12 @@ module.exports = class HatCommand extends Command {
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
url: 'http://konosuba.com/',
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: [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "116.21.0",
"version": "116.21.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {