mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Give Psycho-Pass Wiki credit for Crime Coefficient Levels
This commit is contained in:
@@ -846,6 +846,8 @@ here.
|
|||||||
* sorting-hat (Original Quiz)
|
* sorting-hat (Original Quiz)
|
||||||
- [PSYCHO-PASS](http://psycho-pass.com/)
|
- [PSYCHO-PASS](http://psycho-pass.com/)
|
||||||
* psycho-pass (Original Anime)
|
* psycho-pass (Original Anime)
|
||||||
|
- [Psycho-Pass Wiki](https://psychopass.fandom.com/wiki/Psycho-Pass_Wiki)
|
||||||
|
* psycho-pass ([Crime Coefficient Levels Data](https://psychopass.fandom.com/wiki/Crime_Coefficient_(Index)))
|
||||||
- [r/IsTodayFridayThe13th](https://www.reddit.com/r/IsTodayFridayThe13th/)
|
- [r/IsTodayFridayThe13th](https://www.reddit.com/r/IsTodayFridayThe13th/)
|
||||||
* friday-the-13th (Concept)
|
* friday-the-13th (Concept)
|
||||||
- [r/Showerthoughts](https://www.reddit.com/r/showerthoughts)
|
- [r/Showerthoughts](https://www.reddit.com/r/showerthoughts)
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ module.exports = class PsychoPassCommand extends Command {
|
|||||||
name: 'Tatsumaki',
|
name: 'Tatsumaki',
|
||||||
url: 'https://tatsumaki.xyz/',
|
url: 'https://tatsumaki.xyz/',
|
||||||
reason: 'Concept'
|
reason: 'Concept'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Psycho-Pass Wiki',
|
||||||
|
url: 'https://psychopass.fandom.com/wiki/Psycho-Pass_Wiki',
|
||||||
|
reason: 'Crime Coefficient Levels Data',
|
||||||
|
reasonURL: 'https://psychopass.fandom.com/wiki/Crime_Coefficient_(Index)'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "110.2.0",
|
"version": "110.2.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