From d06a032cb8f34aa7e45de3edab72fedf3d9362ab Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 7 Dec 2019 22:00:35 -0500 Subject: [PATCH] Xiao can now be playing Mafia --- assets/json/activity.json | 4 ++++ assets/json/osu-signature.json | 12 ------------ package.json | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 assets/json/osu-signature.json diff --git a/assets/json/activity.json b/assets/json/activity.json index 1a74d084..e7abc66f 100644 --- a/assets/json/activity.json +++ b/assets/json/activity.json @@ -46,5 +46,9 @@ { "text": "with a murderous cow", "type": "PLAYING" + }, + { + "text": "Mafia", + "type": "PLAYING" } ] diff --git a/assets/json/osu-signature.json b/assets/json/osu-signature.json deleted file mode 100644 index 75955944..00000000 --- a/assets/json/osu-signature.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "red": "hexee3333", - "orange": "hexee8833", - "yellow": "hexffcc22", - "green": "hexaadd00", - "blue": "hex66ccff", - "purple": "hex8866ee", - "pink": "hexff66aa", - "dark blue": "hex2255ee", - "dark pink": "pink", - "black": "hex000000" -} diff --git a/package.json b/package.json index bfa1130c..6a7e28e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.1.0", + "version": "109.1.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {