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": {